diff options
author | Xin Li <delphij@google.com> | 2020-06-06 03:41:22 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-06-06 03:41:22 +0200 |
commit | 3e72aaf11c00060241f2a59bbd4523600bf29a86 (patch) | |
tree | 440384897fa5143e97d5b266b9b7172450ddf5ae /Android.bp | |
parent | Merge "Use ro.build.fingerprint instead of ro.bootimage.*" (diff) | |
parent | Merge QQ3A.200605.002 into master (diff) | |
download | android_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.bp | 2 |
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", ], } |