summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2016-10-15 02:27:37 +0000
committer android-build-merger <android-build-merger@google.com> 2016-10-15 02:27:37 +0000
commitfa26d7e64e1f95e65671e4345e932a4470a8ca40 (patch)
tree4bcd6f713a1b8990bea9547a75b3d8c0b55efd45
parenta8ce5dbacb18d070b27db37d4449a7081d4ec40b (diff)
parent01d63343986ea36c9e5f60d5ef45a0b5d483a3ca (diff)
Merge "Remove ASAN specialization" am: 0723ad3969
am: 01d6334398 Change-Id: I17ad31f5cc0fcca510c56bbabd63c32cbc448698
-rw-r--r--opengl/libs/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index ceabf26d6a..789b325640 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -42,11 +42,6 @@ LOCAL_CFLAGS += -DLOG_TAG=\"libEGL\"
LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
LOCAL_CFLAGS += -fvisibility=hidden
-ifneq ($(filter address,$(SANITIZE_TARGET)),)
- LOCAL_CFLAGS_32 += -DEGL_WRAPPER_DIR=\"/$(TARGET_COPY_OUT_DATA)/lib\"
- LOCAL_CFLAGS_64 += -DEGL_WRAPPER_DIR=\"/$(TARGET_COPY_OUT_DATA)/lib64\"
-endif
-
LOCAL_REQUIRED_MODULES := $(egl.cfg_config_module)
egl.cfg_config_module :=