Merge "Fix references to libcrypto_utils_static."
am: b97da5e0f0
Change-Id: Ia935df84e5ea36dfc6605b41872c36db69a114a0
This commit is contained in:
+4
-4
@@ -22,7 +22,7 @@ LOCAL_CLANG := true
|
||||
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter -Werror
|
||||
LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE
|
||||
LOCAL_MODULE := libfusesideload
|
||||
LOCAL_STATIC_LIBRARIES := libcutils libc libcrypto_static
|
||||
LOCAL_STATIC_LIBRARIES := libcutils libc libcrypto
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
# libmounts (static library)
|
||||
@@ -86,8 +86,8 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libminui \
|
||||
libpng \
|
||||
libfs_mgr \
|
||||
libcrypto_utils_static \
|
||||
libcrypto_static \
|
||||
libcrypto_utils \
|
||||
libcrypto \
|
||||
libbase \
|
||||
libcutils \
|
||||
libutils \
|
||||
@@ -145,7 +145,7 @@ LOCAL_SRC_FILES := \
|
||||
asn1_decoder.cpp \
|
||||
verifier.cpp \
|
||||
ui.cpp
|
||||
LOCAL_STATIC_LIBRARIES := libcrypto_utils_static libcrypto_static
|
||||
LOCAL_STATIC_LIBRARIES := libcrypto_utils libcrypto
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
include $(LOCAL_PATH)/minui/Android.mk \
|
||||
|
||||
Reference in New Issue
Block a user