summaryrefslogtreecommitdiffstats
path: root/install/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-27 00:46:14 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-27 00:46:14 +0200
commitffa9ffbd2bf3226245aa436326a471c4cd6c1cdf (patch)
tree2fa17f82041bb368389eec8b488e7304d5661ebc /install/Android.bp
parentMerge "Use libcrypto_static instead of libcrypto" (diff)
parentminadbd: Export minadbd/types.h to libinstall. (diff)
downloadandroid_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar.gz
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar.bz2
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar.lz
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar.xz
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.tar.zst
android_bootable_recovery-ffa9ffbd2bf3226245aa436326a471c4cd6c1cdf.zip
Diffstat (limited to 'install/Android.bp')
-rw-r--r--install/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/Android.bp b/install/Android.bp
index 89cc3f23e..78c3a5784 100644
--- a/install/Android.bp
+++ b/install/Android.bp
@@ -19,10 +19,6 @@ cc_defaults {
"recovery_defaults",
],
- header_libs: [
- "libminadbd_headers",
- ],
-
shared_libs: [
"libbase",
"libbootloader_message",
@@ -69,6 +65,10 @@ cc_library_static {
"wipe_device.cpp",
],
+ header_libs: [
+ "libminadbd_headers",
+ ],
+
shared_libs: [
"librecovery_ui",
],