summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-04 00:26:06 +0200
committerTao Bao <tbao@google.com>2016-10-04 00:33:20 +0200
commitd770d2e7afd8a909156447c2b79d8739228279d7 (patch)
treee69e90d4386778d6c6ef811f8f93820a5484dd38 /tests/Android.mk
parentMerge "Turn on -Werror for recovery" (diff)
downloadandroid_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar.gz
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar.bz2
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar.lz
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar.xz
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.tar.zst
android_bootable_recovery-d770d2e7afd8a909156447c2b79d8739228279d7.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 0754c7acf..19cb80940 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -41,11 +41,13 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SRC_FILES := \
+ component/edify_test.cpp \
component/verifier_test.cpp \
component/applypatch_test.cpp
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
libapplypatch \
+ libedify \
libotafault \
libverifier \
libcrypto_utils \