Merge commit '89ad07b048ff035394596d6a8916f639f3f0b868' into kraken * commit '89ad07b048ff035394596d6a8916f639f3f0b868': For issue #2651381, allow library prelinking.
This commit is contained in:
@@ -3,8 +3,6 @@ LOCAL_PATH:= $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_PRELINK_MODULE := false
|
|
||||||
|
|
||||||
# setup for skia optimizations
|
# setup for skia optimizations
|
||||||
#
|
#
|
||||||
ifneq ($(ARCH_ARM_HAVE_VFP),true)
|
ifneq ($(ARCH_ARM_HAVE_VFP),true)
|
||||||
|
|||||||
@@ -25,7 +25,5 @@ LOCAL_MODULE:= libttssynthproxy
|
|||||||
|
|
||||||
LOCAL_ARM_MODE := arm
|
LOCAL_ARM_MODE := arm
|
||||||
|
|
||||||
LOCAL_PRELINK_MODULE := false
|
|
||||||
|
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user