summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumit Semwal <sumit.semwal@linaro.org>2018-04-24 22:44:30 +0530
committerSumit Semwal <sumit.semwal@linaro.org>2018-04-24 22:44:30 +0530
commit121634f23c57b02a5100365feb8a26f8e36337e0 (patch)
tree5b8ee3b09afaac7c2f6d664e829bda52d5409500
parent6620dfaf88231ae1874fc4f72d671124b079285e (diff)
HACK: Stop building u_debug_stack_android.cpp
Under Full treble rules, libbacktrace is not allowed to be linked from EGL*; stop it from building. Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
-rw-r--r--src/gallium/auxiliary/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Android.mk b/src/gallium/auxiliary/Android.mk
index acd243b834..f0b37089d0 100644
--- a/src/gallium/auxiliary/Android.mk
+++ b/src/gallium/auxiliary/Android.mk
@@ -32,8 +32,9 @@ LOCAL_SRC_FILES := \
$(C_SOURCES) \
$(NIR_SOURCES) \
$(RENDERONLY_SOURCES) \
- $(VL_STUB_SOURCES) \
- util/u_debug_stack_android.cpp
+ $(VL_STUB_SOURCES)
+# $(VL_STUB_SOURCES) \
+# util/u_debug_stack_android.cpp
LOCAL_C_INCLUDES := \
$(GALLIUM_TOP)/auxiliary/util