summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-03-20 17:28:24 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-03-20 17:28:24 +0100
commitcc3f3c3d1cb1d2b585caac1e1775842010abeb41 (patch)
tree4b772efe4a00a539bb4b7e818ce4c1cb484ad091 /Android.mk
parentresolve merge conflicts of 90d3f20c to stage-aosp-master (diff)
parentMerge "Remove the dead #include's in verifier.cpp." (diff)
downloadandroid_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar.gz
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar.bz2
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar.lz
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar.xz
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.tar.zst
android_bootable_recovery-cc3f3c3d1cb1d2b585caac1e1775842010abeb41.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