summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-05-02 08:09:44 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-02 08:09:44 +0200
commit6ec91303a210753ca1629a6c74eca1ad6ae4606a (patch)
tree298084477b8db5bf03dc25a2d5e8f04428aad955
parentam 227dcf8a: am 15931924: Move minadb over to new API. (diff)
parentam 4b3004a6: am 59e1e3e7: Merge "Fix mips64 minadbd_test build." (diff)
downloadandroid_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar.gz
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar.bz2
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar.lz
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar.xz
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.tar.zst
android_bootable_recovery-6ec91303a210753ca1629a6c74eca1ad6ae4606a.zip
-rw-r--r--minadbd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index 8398cefe4..a7a3e087d 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -32,6 +32,6 @@ LOCAL_SRC_FILES := fuse_adb_provider_test.cpp
LOCAL_CFLAGS := $(minadbd_cflags)
LOCAL_C_INCLUDES := $(LOCAL_PATH) system/core/adb
LOCAL_STATIC_LIBRARIES := libminadbd
-LOCAL_SHARED_LIBRARIES := liblog libbase
+LOCAL_SHARED_LIBRARIES := liblog libbase libcutils
include $(BUILD_NATIVE_TEST)