summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-04-13 22:41:58 +0200
committerTao Bao <tbao@google.com>2018-04-16 20:29:06 +0200
commit6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9 (patch)
treeaa1e2499d92ea16c0a31c4c6a5e58eca85775375 /tests/Android.mk
parentMerge "Expose PngHandler via resources.h." (diff)
downloadandroid_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar.gz
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar.bz2
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar.lz
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar.xz
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.tar.zst
android_bootable_recovery-6b28f05c5b9842bc0e1f8bdc103e4c2a79c01ed9.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