summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2016-03-12 03:48:57 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-12 03:48:57 +0100
commit3f581f782883f011e3b63c5f9086e09f3762db35 (patch)
tree9c5fe1f099c1694e71ad34057b7b0f24580119e3 /tests/Android.mk
parentMerge "recovery: Remove SetColor, and other refactoring for WearUI" into nyc-dev (diff)
parentMerge "Port applypatch.sh tests to recovery_component_tests" into nyc-dev (diff)
downloadandroid_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.gz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.bz2
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.lz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.xz
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.tar.zst
android_bootable_recovery-3f581f782883f011e3b63c5f9086e09f3762db35.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 262fb8bfd..9d83c9a49 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -29,18 +29,27 @@ include $(BUILD_NATIVE_TEST)
# Component tests
include $(CLEAR_VARS)
LOCAL_CLANG := true
+LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_C_INCLUDES := bootable/recovery
-LOCAL_SRC_FILES := component/verifier_test.cpp
+LOCAL_SRC_FILES := \
+ component/verifier_test.cpp \
+ component/applypatch_test.cpp
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
+ libapplypatch \
+ libotafault \
+ libmtdutils \
libbase \
libverifier \
libmincrypt \
+ libcrypto_static \
libminui \
libminzip \
libcutils \
+ libbz \
+ libz \
libc
testdata_out_path := $(TARGET_OUT_DATA_NATIVE_TESTS)/recovery