summaryrefslogtreecommitdiffstats
path: root/opengl/tests/hwc
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-03-14 14:02:13 -0700
committerIliyan Malchev <malchev@google.com>2011-03-14 14:25:59 -0700
commit9dde9efd0b6b4d1311d1313d0657a8e94b550989 (patch)
tree5de74eb256377d2dc16366d3da9271fc46425260 /opengl/tests/hwc
parent94eef31e8f9a9995c570419f0c55aa718aea60cc (diff)
downloadframeworks_native-9dde9efd0b6b4d1311d1313d0657a8e94b550989.zip
frameworks_native-9dde9efd0b6b4d1311d1313d0657a8e94b550989.tar.gz
frameworks_native-9dde9efd0b6b4d1311d1313d0657a8e94b550989.tar.bz2
frameworks/base: remove LOCAL_PRELINK_MODULE
Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'opengl/tests/hwc')
-rw-r--r--opengl/tests/hwc/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/hwc/Android.mk b/opengl/tests/hwc/Android.mk
index 6312970..e4d7e28 100644
--- a/opengl/tests/hwc/Android.mk
+++ b/opengl/tests/hwc/Android.mk
@@ -29,7 +29,7 @@ LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SHARED_LIBRARIES += libcutils libutils libstlport
LOCAL_STATIC_LIBRARIES += libglTest
-LOCAL_PRELINK_MODULE := false
+
include $(BUILD_STATIC_LIBRARY)