Merge "For issue #2651381, allow library prelinking." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
42ee86e66d
@ -3,8 +3,6 @@ LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
# setup for skia optimizations
|
||||
#
|
||||
ifneq ($(ARCH_ARM_HAVE_VFP),true)
|
||||
|
@ -25,7 +25,5 @@ LOCAL_MODULE:= libttssynthproxy
|
||||
|
||||
LOCAL_ARM_MODE := arm
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
Reference in New Issue
Block a user