resolve merge conflicts of 2bf95ac to nyc-dev-plus-aosp

Change-Id: Iaf232fbe65879bad6e19c7a9600aa6303a491a67
This commit is contained in:
Elliott Hughes
2016-04-12 17:15:40 -07:00
11 changed files with 273 additions and 246 deletions
+4 -2
View File
@@ -23,7 +23,7 @@ LOCAL_CLANG := true
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
LOCAL_MODULE := libfusesideload
LOCAL_STATIC_LIBRARIES := libcutils libc libmincrypt
LOCAL_STATIC_LIBRARIES := libcutils libc libcrypto_static
include $(BUILD_STATIC_LIBRARY)
# recovery (static executable)
@@ -73,12 +73,13 @@ LOCAL_STATIC_LIBRARIES := \
libminzip \
libz \
libmtdutils \
libmincrypt \
libminadbd \
libfusesideload \
libminui \
libpng \
libfs_mgr \
libcrypto_utils_static \
libcrypto_static \
libbase \
libcutils \
libutils \
@@ -139,6 +140,7 @@ LOCAL_SRC_FILES := \
asn1_decoder.cpp \
verifier.cpp \
ui.cpp
LOCAL_STATIC_LIBRARIES := libcrypto_utils_static libcrypto_static
include $(BUILD_STATIC_LIBRARY)
include $(LOCAL_PATH)/minui/Android.mk \