Merge "For issue #2651381, allow library prelinking." into froyo

This commit is contained in:
Dan Bornstein
2010-05-06 10:01:39 -07:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -25,7 +25,5 @@ LOCAL_MODULE:= libttssynthproxy
LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)