Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Add back changes I missed the in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel authored and Shorebird Autoroller committed Jun 5, 2023
1 parent 748c027 commit 63dbd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions shell/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ source_set("flutter_shell_native_src") {
"android",
"EGL",
"GLESv2",
"//flutter/updater/android_aarch64/libupdater.a",
]
if (target_cpu == "arm") {
libs += [ "//third_party/updater/target/armv7-linux-androideabi/release/libupdater.a" ]
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/android/flutter_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "third_party/dart/runtime/include/dart_tools_api.h"
#include "third_party/skia/include/core/SkFontMgr.h"

#include "third_party/updater/library/include/updater.h"
#include "updater.h"

namespace flutter {

Expand Down

0 comments on commit 63dbd45

Please sign in to comment.