summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-12-16 20:53:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-16 20:53:24 +0000
commitba8d44b1ae7f5d39992dc0b59aecf56f8c81ee2a (patch)
treed512325dd526ff4403897e2e9c1147e1ce9f0ae0 /opengl
parenta4f6c6acec1ba1f462b8169d8f39c5a4cbdfb06c (diff)
parent14035f06559237e08fa26c1dd90811c8fbbba6d2 (diff)
downloadandroid_device_generic_goldfish-ba8d44b1ae7f5d39992dc0b59aecf56f8c81ee2a.tar.gz
android_device_generic_goldfish-ba8d44b1ae7f5d39992dc0b59aecf56f8c81ee2a.tar.bz2
android_device_generic_goldfish-ba8d44b1ae7f5d39992dc0b59aecf56f8c81ee2a.zip
Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."
Diffstat (limited to 'opengl')
-rw-r--r--opengl/common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/common.mk b/opengl/common.mk
index a4ea7d7..a1e5522 100644
--- a/opengl/common.mk
+++ b/opengl/common.mk
@@ -35,7 +35,6 @@ emugl-begin-module = \
$(eval LOCAL_IS_HOST_MODULE := $(if $3,true,))\
$(eval LOCAL_C_INCLUDES := $(EMUGL_COMMON_INCLUDES)) \
$(eval LOCAL_CFLAGS := $(EMUGL_COMMON_CFLAGS)) \
- $(eval LOCAL_PRELINK_MODULE := false)\
$(eval _EMUGL_INCLUDE_TYPE := $(BUILD_$2)) \
$(call _emugl-init-module,$1,$2,$3)