summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-03-09 23:58:16 +0100
committerMark Salyzyn <salyzyn@google.com>2016-03-31 22:52:54 +0200
commit13aca598f8e93548fef36d87136e85ce8c9d18de (patch)
treeb166f4a950fefb3e8427ddc51cb1264da7a48aec /tests/Android.mk
parentImport translations. DO NOT MERGE (diff)
downloadandroid_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar.gz
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar.bz2
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar.lz
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar.xz
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.tar.zst
android_bootable_recovery-13aca598f8e93548fef36d87136e85ce8c9d18de.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 9d83c9a49..eac3581ae 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -23,7 +23,9 @@ LOCAL_MODULE := recovery_unit_test
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_STATIC_LIBRARIES := libverifier
LOCAL_SRC_FILES := unit/asn1_decoder_test.cpp
+LOCAL_SRC_FILES += unit/recovery_test.cpp
LOCAL_C_INCLUDES := bootable/recovery
+LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)
# Component tests