summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-03-31 23:04:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-03-31 23:04:11 +0200
commit2929e8ff3a1456cc3a255693a46c040e9d342a6a (patch)
treed5dbc0f87acb0fd568e576fda18f10f0593eb9cf /tests/Android.mk
parentImport translations. DO NOT MERGE am: f1b2785 -s ours (diff)
parentMerge "recovery: use __android_log_pmsg_file_write for log files" am: 75da771 (diff)
downloadandroid_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar.gz
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar.bz2
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar.lz
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar.xz
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.tar.zst
android_bootable_recovery-2929e8ff3a1456cc3a255693a46c040e9d342a6a.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 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