summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-12-16 12:31:03 -0800
committerYing Wang <wangying@google.com>2014-12-16 12:31:03 -0800
commit14035f06559237e08fa26c1dd90811c8fbbba6d2 (patch)
treed512325dd526ff4403897e2e9c1147e1ce9f0ae0 /opengl
parenta4f6c6acec1ba1f462b8169d8f39c5a4cbdfb06c (diff)
downloadandroid_device_generic_goldfish-14035f06559237e08fa26c1dd90811c8fbbba6d2.tar.gz
android_device_generic_goldfish-14035f06559237e08fa26c1dd90811c8fbbba6d2.tar.bz2
android_device_generic_goldfish-14035f06559237e08fa26c1dd90811c8fbbba6d2.zip
Cleanup Obsolete LOCAL_PRELINK_MODULE.
Bug: 18675947 Change-Id: Ic464d98babf86e5bf76c3bacc875926968726cf9
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)