summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-10-15 02:17:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-10-15 02:17:25 +0000
commit0723ad396910043e66278b21e47d61fb2b7c0995 (patch)
treefb3cfc02c0ee7f9ee03f2ea51091eb101eb89a83
parent8a767feb142d1cf2bdd8028857710394d938b5b1 (diff)
parent52a9a8663eb254954dfc3781e6b4d1980d8b2ee4 (diff)
Merge "Remove ASAN specialization"
-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 :=