summaryrefslogtreecommitdiffstats
path: root/opengl/tests/lib
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
commit3070af08821ee86f06a9cc6b58dbb79c82946b94 (patch)
tree350ed99dcd32f33f936639c946b0176ed6022693 /opengl/tests/lib
parente3f075622da4e78772abf21a5a219a0d48bc6c04 (diff)
downloadframeworks_base-3070af08821ee86f06a9cc6b58dbb79c82946b94.zip
frameworks_base-3070af08821ee86f06a9cc6b58dbb79c82946b94.tar.gz
frameworks_base-3070af08821ee86f06a9cc6b58dbb79c82946b94.tar.bz2
frameworks/base: remove LOCAL_PRELINK_MODULE
Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'opengl/tests/lib')
-rw-r--r--opengl/tests/lib/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/lib/Android.mk b/opengl/tests/lib/Android.mk
index 7542ac4..ac1e183 100644
--- a/opengl/tests/lib/Android.mk
+++ b/opengl/tests/lib/Android.mk
@@ -27,6 +27,6 @@ LOCAL_C_INCLUDES += system/extras/tests/include \
LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_SHARED_LIBRARIES += libcutils libutils libstlport
-LOCAL_PRELINK_MODULE := false
+
include $(BUILD_STATIC_LIBRARY)