summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-11-06 20:02:01 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-11-06 20:02:01 +0100
commitc1ab2bb5354354ad13da37dd2b664d861d9e2111 (patch)
treee5b3cb24be5eff1e6796814b3a023160a42acd97 /tests/Android.mk
parentMerge "Clean up fuse_sideload and add a testcase." (diff)
parentMerge "Switch to bionic gtest in bootable/recovery" (diff)
downloadandroid_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar.gz
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar.bz2
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar.lz
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar.xz
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.tar.zst
android_bootable_recovery-c1ab2bb5354354ad13da37dd2b664d861d9e2111.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8ebb60308..d911c25e4 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -30,7 +30,8 @@ LOCAL_STATIC_LIBRARIES := \
libutils \
libz \
libselinux \
- libbase
+ libbase \
+ libBionicGtestMain
LOCAL_SRC_FILES := \
unit/asn1_decoder_test.cpp \
@@ -50,7 +51,8 @@ LOCAL_CFLAGS := -Wall -Werror
LOCAL_MODULE := recovery_manual_test
LOCAL_STATIC_LIBRARIES := \
libminui \
- libbase
+ libbase \
+ libBionicGtestMain
LOCAL_SRC_FILES := manual/recovery_test.cpp
LOCAL_SHARED_LIBRARIES := \
@@ -163,6 +165,7 @@ LOCAL_STATIC_LIBRARIES := \
libsquashfs_utils \
libcutils \
libbrotli \
+ libBionicGtestMain \
$(tune2fs_static_libraries)
testdata_files := $(call find-subdir-files, testdata/*)
@@ -212,7 +215,8 @@ LOCAL_STATIC_LIBRARIES := \
libbz \
libdivsufsort64 \
libdivsufsort \
- libz
+ libz \
+ libBionicGtestMain
LOCAL_SHARED_LIBRARIES := \
liblog
include $(BUILD_HOST_NATIVE_TEST)