diff options
author | Tao Bao <tbao@google.com> | 2018-08-10 21:35:46 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-10 21:35:46 +0200 |
commit | 14acf82585f02c4f455f10205cf6c7b880b92c52 (patch) | |
tree | b759475311552befd6668665871e629f5177c190 /minui | |
parent | Merge "Revert "Build and use minadbd as a shared library."" am: 08cf9ccb2f (diff) | |
parent | Merge "`recovery` uses more shared libraries." (diff) | |
download | android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar.gz android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar.bz2 android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar.lz android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar.xz android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.tar.zst android_bootable_recovery-14acf82585f02c4f455f10205cf6c7b880b92c52.zip |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/Android.bp b/minui/Android.bp index 31022e1d6..fff3a8ec9 100644 --- a/minui/Android.bp +++ b/minui/Android.bp @@ -14,6 +14,7 @@ cc_library { name: "libminui", + recovery_available: true, defaults: [ "recovery_defaults", |