diff options
author | Tianjie Xu <xunchang@google.com> | 2019-10-17 00:20:27 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-10-17 00:20:27 +0200 |
commit | b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106 (patch) | |
tree | b38f957ec98276d05d00a5fff67d5341c2edd3fe /Android.bp | |
parent | Merge "[bootable][recovery] fix -Wreorder-init-list" am: 0d76cad830 am: 843c0bbb01 am: bd99b40ae9 (diff) | |
parent | Force package installation with FUSE unless the package stores on device (diff) | |
download | android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar.gz android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar.bz2 android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar.lz android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar.xz android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.tar.zst android_bootable_recovery-b8ba2fa86ee0c64dfc5b216a9fdda9d774f87106.zip |
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 45aafb043..aefcabe86 100644 --- a/Android.bp +++ b/Android.bp @@ -68,6 +68,7 @@ cc_defaults { ], static_libs: [ + "libc++fs", "libinstall", "librecovery_fastboot", "libminui", |