summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-06 20:07:13 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-06 20:07:13 +0100
commitd7d0cc4c08e6bb95963af2067ffee2755b351ef2 (patch)
tree80fbaa783f7b9ad8efed0f4f6303c0409b746150 /minadbd
parentMerge "Clean up fuse_sideload and add a testcase." am: 73dca3e983 am: 6d61e2123b (diff)
parentMerge "Switch to bionic gtest in bootable/recovery" am: bf41f2aa23 (diff)
downloadandroid_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar.gz
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar.bz2
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar.lz
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar.xz
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.tar.zst
android_bootable_recovery-d7d0cc4c08e6bb95963af2067ffee2755b351ef2.zip
Diffstat (limited to 'minadbd')
-rw-r--r--minadbd/Android.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/minadbd/Android.mk b/minadbd/Android.mk
index 803171d99..3c9ab3a7f 100644
--- a/minadbd/Android.mk
+++ b/minadbd/Android.mk
@@ -46,7 +46,12 @@ LOCAL_COMPATIBILITY_SUITE := device-tests
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 libcutils
+LOCAL_STATIC_LIBRARIES := \
+ libBionicGtestMain \
+ libminadbd
+LOCAL_SHARED_LIBRARIES := \
+ liblog \
+ libbase \
+ libcutils
include $(BUILD_NATIVE_TEST)