summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-08-06 21:32:05 +0200
committerTianjie Xu <xunchang@google.com>2020-01-22 23:01:46 +0100
commit5e6c4e9a91674826bf11cab604250b41a9326fd8 (patch)
tree301de0927faa32b37e26cfaca256bb4393150f92 /Android.bp
parentMerge "Retire the Tron metrics reporting for non-A/B update" am: 6bdacc40ef am: fed0b90045 (diff)
downloadandroid_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar.gz
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar.bz2
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar.lz
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar.xz
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.tar.zst
android_bootable_recovery-5e6c4e9a91674826bf11cab604250b41a9326fd8.zip
Diffstat (limited to '')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3a8e97883..bda36c2f5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,7 @@ cc_defaults {
],
static_libs: [
+ "libc++fs",
"libinstall",
"librecovery_fastboot",
"libminui",
@@ -95,6 +96,7 @@ cc_library_static {
],
shared_libs: [
+ "libfusesideload",
"librecovery_ui",
],
}