summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.bp
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-03-22 16:54:35 +0100
committerTianjie Xu <xunchang@google.com>2019-05-01 21:09:38 +0200
commit311e6ca7b609e578c0ec132440a4ad981db70a9e (patch)
tree206a8c1268e4664cb06890f9835d86e83014ae8a /minadbd/Android.bp
parentMerge changes I2d42f55a,Ic1b5dbf7 (diff)
downloadandroid_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar.gz
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar.bz2
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar.lz
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar.xz
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.tar.zst
android_bootable_recovery-311e6ca7b609e578c0ec132440a4ad981db70a9e.zip
Diffstat (limited to 'minadbd/Android.bp')
-rw-r--r--minadbd/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index 007e5057b..afd57ad2d 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -43,6 +43,10 @@ cc_library {
"minadbd_services.cpp",
],
+ static_libs: [
+ "libotautil",
+ ],
+
shared_libs: [
"libadbd",
"libbase",
@@ -96,6 +100,7 @@ cc_test {
static_libs: [
"libminadbd_services",
"libfusesideload",
+ "libotautil",
"libadbd",
"libcrypto",
],