Merge "Remove static link in Android framework under /frameworks/base."
This commit is contained in:
@ -64,8 +64,9 @@ LOCAL_MODULE:= libandroidfw
|
|||||||
LOCAL_SRC_FILES:= $(deviceSources)
|
LOCAL_SRC_FILES:= $(deviceSources)
|
||||||
LOCAL_C_INCLUDES := \
|
LOCAL_C_INCLUDES := \
|
||||||
system/core/include
|
system/core/include
|
||||||
LOCAL_STATIC_LIBRARIES := libziparchive libbase
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
libziparchive \
|
||||||
|
libbase \
|
||||||
libbinder \
|
libbinder \
|
||||||
liblog \
|
liblog \
|
||||||
libcutils \
|
libcutils \
|
||||||
|
@ -52,6 +52,7 @@ LOCAL_C_INCLUDES += \
|
|||||||
LOCAL_SHARED_LIBRARIES += \
|
LOCAL_SHARED_LIBRARIES += \
|
||||||
libandroid_runtime \
|
libandroid_runtime \
|
||||||
libandroidfw \
|
libandroidfw \
|
||||||
|
libbase \
|
||||||
libbinder \
|
libbinder \
|
||||||
libcutils \
|
libcutils \
|
||||||
liblog \
|
liblog \
|
||||||
|
Reference in New Issue
Block a user