summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-11-07 09:22:13 +0100
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-07 09:22:13 +0100
commit9250c6ed3a9eba9f4c51b035d5949015dc1fa261 (patch)
tree80fbaa783f7b9ad8efed0f4f6303c0409b746150 /minadbd/Android.mk
parentSnap for 4434599 from 4d9ce1aa502c625e101cd91fe9b26aa8bfb2d26f to pi-release (diff)
parentMerge "Switch to bionic gtest in bootable/recovery" am: bf41f2aa23 am: c1ab2bb535 (diff)
downloadandroid_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar.gz
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar.bz2
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar.lz
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar.xz
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.tar.zst
android_bootable_recovery-9250c6ed3a9eba9f4c51b035d5949015dc1fa261.zip
Diffstat (limited to 'minadbd/Android.mk')
-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)