Merge "recovery: Use libverifier instead of rebuilding the sources." am: c008485643 am: 1dc25e3e0a

am: 1f7e8f6ab6

Change-Id: Ifb27bb442d7bfe0cec59e7de8c66402a9e5fde93
This commit is contained in:
Tao Bao 2017-05-09 17:00:02 +00:00 committed by android-build-merger
commit bf8e46b45a

View file

@ -69,7 +69,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
adb_install.cpp \ adb_install.cpp \
asn1_decoder.cpp \
device.cpp \ device.cpp \
fuse_sdcard_provider.cpp \ fuse_sdcard_provider.cpp \
recovery.cpp \ recovery.cpp \
@ -77,7 +76,6 @@ LOCAL_SRC_FILES := \
rotate_logs.cpp \ rotate_logs.cpp \
screen_ui.cpp \ screen_ui.cpp \
ui.cpp \ ui.cpp \
verifier.cpp \
wear_ui.cpp \ wear_ui.cpp \
wear_touch.cpp \ wear_touch.cpp \
@ -99,6 +97,7 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \ LOCAL_STATIC_LIBRARIES := \
librecovery \ librecovery \
libverifier \
libbatterymonitor \ libbatterymonitor \
libbootloader_message \ libbootloader_message \
libext4_utils \ libext4_utils \
@ -173,7 +172,6 @@ include $(BUILD_EXECUTABLE)
# =============================== # ===============================
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_MODULE := libverifier LOCAL_MODULE := libverifier
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
asn1_decoder.cpp \ asn1_decoder.cpp \
verifier.cpp verifier.cpp