summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorBryan Ferris <bferris@google.com>2020-02-13 00:37:34 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-13 00:37:34 +0100
commit7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd (patch)
tree056a7e38bdc99b99214183e2e58608612f6b2e72 /Android.bp
parentMerge "rm libbinderthreadstate" am: 2015fe5dbc am: ecfa97375f (diff)
parentForce package installation with FUSE unless the package stores on device (diff)
downloadandroid_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar.gz
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar.bz2
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar.lz
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar.xz
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.tar.zst
android_bootable_recovery-7bc9c8297b44991a81a9c54ae19c1162ef7e5ffd.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4032bcc19..e7e1938b8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@ cc_defaults {
],
static_libs: [
+ "libc++fs",
"libinstall",
"librecovery_fastboot",
"libminui",
@@ -94,6 +95,7 @@ cc_library_static {
],
shared_libs: [
+ "libfusesideload",
"librecovery_ui",
],
}