summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-05-09 19:36:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-05-09 19:36:20 +0200
commitd8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6 (patch)
treee10b4d27ae9cb135d5a421057acccd6219442261
parentMerge "Add a binary path param to update_binary_command()." am: 197304aada am: f648b5c9fc am: f49c57643d (diff)
parentMerge "recovery: Use libverifier instead of rebuilding the sources." am: c008485643 am: 1dc25e3e0a (diff)
downloadandroid_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar.gz
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar.bz2
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar.lz
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar.xz
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.tar.zst
android_bootable_recovery-d8a4e9e8fa4f00fd65893fccec5bbb818f75c9a6.zip
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index fbb0c665d..0c3d4fdf2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -69,7 +69,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
adb_install.cpp \
- asn1_decoder.cpp \
device.cpp \
fuse_sdcard_provider.cpp \
recovery.cpp \
@@ -77,7 +76,6 @@ LOCAL_SRC_FILES := \
rotate_logs.cpp \
screen_ui.cpp \
ui.cpp \
- verifier.cpp \
wear_ui.cpp \
wear_touch.cpp \
@@ -99,6 +97,7 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
librecovery \
+ libverifier \
libbatterymonitor \
libbootloader_message \
libext4_utils \
@@ -173,7 +172,6 @@ include $(BUILD_EXECUTABLE)
# ===============================
include $(CLEAR_VARS)
LOCAL_MODULE := libverifier
-LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \
asn1_decoder.cpp \
verifier.cpp