summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-06-06 03:41:22 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-06-06 03:41:22 +0200
commit3e72aaf11c00060241f2a59bbd4523600bf29a86 (patch)
tree440384897fa5143e97d5b266b9b7172450ddf5ae /Android.bp
parentMerge "Use ro.build.fingerprint instead of ro.bootimage.*" (diff)
parentMerge QQ3A.200605.002 into master (diff)
downloadandroid_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar.gz
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar.bz2
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar.lz
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar.xz
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.tar.zst
android_bootable_recovery-3e72aaf11c00060241f2a59bbd4523600bf29a86.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",
],
}