summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-05-02 02:25:24 +0200
committerElliott Hughes <enh@google.com>2015-05-02 02:26:45 +0200
commit87ec73a264530f5fa19cde2598d5e65c4c67a686 (patch)
tree7a39e4f797c76bf73f6fdd06a1292a5a1e2a3c11
parentCheck all lseek calls succeed. (diff)
downloadandroid_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar.gz
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar.bz2
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar.lz
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar.xz
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.tar.zst
android_bootable_recovery-87ec73a264530f5fa19cde2598d5e65c4c67a686.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 cbfd76e4e..083063be1 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -31,6 +31,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
+LOCAL_SHARED_LIBRARIES := liblog libbase
include $(BUILD_NATIVE_TEST)