summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-14 01:07:18 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-14 01:07:18 +0200
commit7785eec4f2f0d797bbd93568d06130d9ce4db8df (patch)
treeb6c795f960aa2d52ff5bf32ab9c946149a41a438 /Android.bp
parentMerge "Remove TODO for b/112462307" (diff)
parentMerge "Reland "Build and use minadbd as a shared library."" (diff)
downloadandroid_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar.gz
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar.bz2
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar.lz
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar.xz
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.tar.zst
android_bootable_recovery-7785eec4f2f0d797bbd93568d06130d9ce4db8df.zip
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 99e8b652f..630c7965e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -104,7 +104,6 @@ cc_defaults {
],
shared_libs: [
- "libasyncio",
"libbase",
"libbootloader_message",
"libcrypto",
@@ -125,7 +124,6 @@ cc_defaults {
],
static_libs: [
- "libminadbd",
"libminui",
"libverifier",
"libotautil",
@@ -206,6 +204,7 @@ cc_binary {
],
shared_libs: [
+ "libminadbd_services",
"librecovery_ui",
],