summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-04-21 00:12:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-04-21 00:12:11 +0200
commit45609d37efe3ced3a599b6eccd6e6dbd184152e6 (patch)
tree71cf320482cb3fc9a4c18cd539457f7160f96152 /tests/Android.mk
parentMerge "Remove trailing punctuation from recovery strings." into nyc-dev (diff)
parentMerge "Fix matches_locale function" into nyc-dev (diff)
downloadandroid_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar.gz
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar.bz2
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar.lz
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar.xz
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.tar.zst
android_bootable_recovery-45609d37efe3ced3a599b6eccd6e6dbd184152e6.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 81435bea4..4509c420f 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -21,9 +21,13 @@ include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := recovery_unit_test
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
-LOCAL_STATIC_LIBRARIES := libverifier
+LOCAL_STATIC_LIBRARIES := \
+ libverifier \
+ libminui
+
LOCAL_SRC_FILES := unit/asn1_decoder_test.cpp
LOCAL_SRC_FILES += unit/recovery_test.cpp
+LOCAL_SRC_FILES += unit/locale_test.cpp
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SHARED_LIBRARIES := liblog
include $(BUILD_NATIVE_TEST)