summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJed Estep <jestep@google.com>2016-02-04 02:02:09 +0100
committerJed Estep <jestep@google.com>2016-02-04 19:11:30 +0100
commit432918603f57de5a3acc6da9ff613d21c857d9fd (patch)
tree81b38e759f390892520e0d9fed168f26c21a2645 /Android.mk
parentMerge "uncrypt: add options to setup bcb and clear bcb." (diff)
downloadandroid_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar.gz
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar.bz2
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar.lz
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar.xz
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.tar.zst
android_bootable_recovery-432918603f57de5a3acc6da9ff613d21c857d9fd.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk20
1 files changed, 1 insertions, 19 deletions
diff --git a/Android.mk b/Android.mk
index 602a85673..a48980fe8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -104,28 +104,10 @@ LOCAL_CLANG := true
LOCAL_MODULE := libverifier
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \
- asn1_decoder.cpp
-include $(BUILD_STATIC_LIBRARY)
-
-include $(CLEAR_VARS)
-LOCAL_CLANG := true
-LOCAL_MODULE := verifier_test
-LOCAL_FORCE_STATIC_EXECUTABLE := true
-LOCAL_MODULE_TAGS := tests
-LOCAL_CFLAGS += -Wno-unused-parameter
-LOCAL_SRC_FILES := \
- verifier_test.cpp \
asn1_decoder.cpp \
verifier.cpp \
ui.cpp
-LOCAL_STATIC_LIBRARIES := \
- libmincrypt \
- libminui \
- libminzip \
- libcutils \
- libc
-include $(BUILD_EXECUTABLE)
-
+include $(BUILD_STATIC_LIBRARY)
include $(LOCAL_PATH)/minui/Android.mk \
$(LOCAL_PATH)/minzip/Android.mk \