Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42ee86e6 authored by Dan Bornstein's avatar Dan Bornstein Committed by Android (Google) Code Review
Browse files

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

parents f541c62b 782e9fd7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)
+0 −2
Original line number Diff line number Diff line
@@ -25,7 +25,5 @@ LOCAL_MODULE:= libttssynthproxy

LOCAL_ARM_MODE := arm

LOCAL_PRELINK_MODULE := false

include $(BUILD_SHARED_LIBRARY)