summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-20 17:20:45 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-03-20 17:20:46 +0100
commit64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d (patch)
tree14f27711c54786f20c9c30cdec0ee476aa97ddee /Android.mk
parentMerge "Drop the dependency on 'ui' in verify_file()." (diff)
parentRemove the dead #include's in verifier.cpp. (diff)
downloadandroid_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.gz
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.bz2
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.lz
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.xz
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.zst
android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index f8e5ac24a..58b8a2240 100644
--- a/Android.mk
+++ b/Android.mk
@@ -144,15 +144,12 @@ include $(BUILD_EXECUTABLE)
# libverifier (static library)
# ===============================
include $(CLEAR_VARS)
-LOCAL_CLANG := true
LOCAL_MODULE := libverifier
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \
asn1_decoder.cpp \
- verifier.cpp \
- ui.cpp
+ verifier.cpp
LOCAL_STATIC_LIBRARIES := \
- libminui \
libcrypto_utils \
libcrypto \
libbase