summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-06 20:04:34 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-06 20:04:34 +0100
commit16a4cbe79b3b8a010f783a4ea7121f90a844cc0a (patch)
treea9a7e7a70e52ac3f64c08e8bb99a9a907976a1b6 /minadbd
parentMerge "Clean up fuse_sideload and add a testcase." am: 73dca3e983 (diff)
parentMerge "Switch to bionic gtest in bootable/recovery" (diff)
downloadandroid_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar.gz
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar.bz2
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar.lz
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar.xz
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.tar.zst
android_bootable_recovery-16a4cbe79b3b8a010f783a4ea7121f90a844cc0a.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)