summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-06-03 19:44:41 +0200
committerXin Li <delphij@google.com>2020-06-03 19:44:41 +0200
commit674edaf2ed3b825d016976197a434c70b96596d5 (patch)
tree440384897fa5143e97d5b266b9b7172450ddf5ae /Android.bp
parentMerge "Use ro.build.fingerprint instead of ro.bootimage.*" (diff)
parentMerge "Use ro.build.fingerprint instead of ro.bootimage.*" am: d081fbceba (diff)
downloadandroid_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar.gz
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar.bz2
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar.lz
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar.xz
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.tar.zst
android_bootable_recovery-674edaf2ed3b825d016976197a434c70b96596d5.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 d6cd9cf82..c0c58ddbc 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",
],
}