diff options
author | Tianjie Xu <xunchang@google.com> | 2018-09-20 19:39:36 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-20 19:39:36 +0200 |
commit | 6c8c7c197553980145167b013a8f0b3ce0749db9 (patch) | |
tree | cca83203aea4eb1a39ce7c93864037376cd6f054 /Android.bp | |
parent | Merge "Show 'Enter Fastboot' menu item only if device supports fastbootd" (diff) | |
parent | Move the parse of last_install to recovery-persist (diff) | |
download | android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar.gz android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar.bz2 android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar.lz android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar.xz android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.tar.zst android_bootable_recovery-6c8c7c197553980145167b013a8f0b3ce0749db9.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index afab76c20..76e69859c 100644 --- a/Android.bp +++ b/Android.bp @@ -256,6 +256,7 @@ cc_binary { shared_libs: [ "libbase", "liblog", + "libmetricslogger", ], static_libs: [ |