summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-17 02:13:38 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-04-17 02:13:38 +0200
commit9adbc572a3b85d96de9f4d73f687ade90dd2a526 (patch)
tree81f2fe41ed46b8002f92b042effd876540bb1e25 /tests/Android.mk
parentMerge "Disable lld where it fails." (diff)
parentMerge "tests: Move ResourcesTest into component test." (diff)
downloadandroid_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar.gz
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar.bz2
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar.lz
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar.xz
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.tar.zst
android_bootable_recovery-9adbc572a3b85d96de9f4d73f687ade90dd2a526.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 58cefd226..b29ff50f6 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -54,17 +54,13 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := -Wall -Werror
LOCAL_MODULE := recovery_manual_test
LOCAL_STATIC_LIBRARIES := \
- libminui \
libbase \
libBionicGtestMain
LOCAL_SRC_FILES := manual/recovery_test.cpp
LOCAL_SHARED_LIBRARIES := \
- liblog \
- libpng
+ liblog
-LOCAL_TEST_DATA := \
- $(call find-test-data-in-subdirs, bootable/recovery, "*_text.png", res-*)
include $(BUILD_NATIVE_TEST)
# Component tests
@@ -95,6 +91,7 @@ LOCAL_SRC_FILES := \
component/edify_test.cpp \
component/imgdiff_test.cpp \
component/install_test.cpp \
+ component/resources_test.cpp \
component/sideload_test.cpp \
component/uncrypt_test.cpp \
component/updater_test.cpp \
@@ -121,6 +118,7 @@ LOCAL_STATIC_LIBRARIES := \
libbsdiff \
libbspatch \
libfusesideload \
+ libminui \
libotafault \
librecovery \
libupdater \
@@ -132,6 +130,7 @@ LOCAL_STATIC_LIBRARIES := \
libdivsufsort \
libdivsufsort64 \
libfs_mgr \
+ libpng \
libvintf_recovery \
libvintf \
libhidl-gen-utils \
@@ -157,7 +156,8 @@ LOCAL_STATIC_LIBRARIES := \
$(tune2fs_static_libraries)
LOCAL_TEST_DATA := \
- $(call find-test-data-in-subdirs, $(LOCAL_PATH), "*", testdata)
+ $(call find-test-data-in-subdirs, $(LOCAL_PATH), "*", testdata) \
+ $(call find-test-data-in-subdirs, bootable/recovery, "*_text.png", res-*)
include $(BUILD_NATIVE_TEST)
# Host tests