diff options
author | Tao Bao <tbao@google.com> | 2018-08-08 20:35:06 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-08 20:35:06 +0200 |
commit | 60fafd50d365eef5c5eb27bbf1e4971b07b49912 (patch) | |
tree | 364abd79e0c8ea200089fd6e31c4da4a3c01b908 /Android.mk | |
parent | Merge "minui: Track libsync module name change." am: 60924fa89a (diff) | |
parent | Merge "Revert "Build and use minadbd as a shared library."" (diff) | |
download | android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar.gz android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar.bz2 android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar.lz android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar.xz android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.tar.zst android_bootable_recovery-60fafd50d365eef5c5eb27bbf1e4971b07b49912.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk index aa959c909..b25c1f07a 100644 --- a/Android.mk +++ b/Android.mk @@ -127,6 +127,7 @@ health_hal_static_libraries := \ librecovery_static_libraries := \ libbootloader_message \ libfusesideload \ + libminadbd \ libminui \ libverifier \ libotautil \ @@ -169,9 +170,6 @@ LOCAL_CFLAGS := $(recovery_common_cflags) LOCAL_MODULE := librecovery -LOCAL_SHARED_LIBRARIES := \ - libminadbd_services \ - LOCAL_STATIC_LIBRARIES := \ $(librecovery_static_libraries) @@ -201,7 +199,6 @@ LOCAL_STATIC_LIBRARIES := \ $(librecovery_static_libraries) LOCAL_SHARED_LIBRARIES := \ - libminadbd_services \ librecovery_ui \ LOCAL_HAL_STATIC_LIBRARIES := libhealthd @@ -239,9 +236,7 @@ LOCAL_REQUIRED_MODULES += \ # module is built with Soong (with `recovery: true` flag). LOCAL_REQUIRED_MODULES += \ libbase.recovery \ - libcrypto.recovery \ liblog.recovery \ - libminadbd_services.recovery \ libpng.recovery \ libz.recovery \ |