summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-02 18:30:03 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-11-02 18:30:03 +0100
commit8172cddc82a896ada0e128cc3dffaa3d96b62e46 (patch)
treeea0417bb61c4c927134be0cc07eae431ff7b68c9 /tests/Android.mk
parentMerge "Cleanup ReadArgs & ReadValueArgs usage" am: a9b252887c am: 88fc75ee54 (diff)
parentMerge "applypatch: Add testcases for applypatch executable." am: 5696526ba4 (diff)
downloadandroid_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar.gz
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar.bz2
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar.lz
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar.xz
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.tar.zst
android_bootable_recovery-8172cddc82a896ada0e128cc3dffaa3d96b62e46.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 3d05386b0..461d6ef76 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -43,7 +43,7 @@ include $(BUILD_NATIVE_TEST)
# Component tests
include $(CLEAR_VARS)
LOCAL_CLANG := true
-LOCAL_CFLAGS += -Wno-unused-parameter -Werror
+LOCAL_CFLAGS := -Werror
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := recovery_component_test
LOCAL_C_INCLUDES := bootable/recovery
@@ -63,6 +63,7 @@ tune2fs_static_libraries := \
libext2fs
LOCAL_STATIC_LIBRARIES := \
+ libapplypatch_modes \
libapplypatch \
libedify \
libotafault \