summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-06 19:56:27 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-06 19:56:27 +0100
commitbf41f2aa238a9d928473c69c93308eb0b4f9719d (patch)
treee5b3cb24be5eff1e6796814b3a023160a42acd97 /minadbd
parentMerge "Clean up fuse_sideload and add a testcase." (diff)
parentSwitch to bionic gtest in bootable/recovery (diff)
downloadandroid_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.gz
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.bz2
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.lz
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.xz
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.tar.zst
android_bootable_recovery-bf41f2aa238a9d928473c69c93308eb0b4f9719d.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)