summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-04 19:04:10 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-04 19:04:10 +0200
commit1f19e829301352a0de997a70f521bca2c4ea03a5 (patch)
treea72fc4667d6ca22a3e38aab6c445aa5dd03850d1 /tests/Android.mk
parentMerge "Turn on -Werror for recovery" into nyc-mr1-dev-plus-aosp (diff)
parentMerge "edify: Move the testcases to gtest." am: 0bc2df1696 (diff)
downloadandroid_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar.gz
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar.bz2
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar.lz
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar.xz
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.tar.zst
android_bootable_recovery-1f19e829301352a0de997a70f521bca2c4ea03a5.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 \