summaryrefslogtreecommitdiffstats
path: root/0.153/libebl/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to '0.153/libebl/Android.mk')
-rwxr-xr-x0.153/libebl/Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/0.153/libebl/Android.mk b/0.153/libebl/Android.mk
index e3178c0c..1bca3cc4 100755
--- a/0.153/libebl/Android.mk
+++ b/0.153/libebl/Android.mk
@@ -68,6 +68,9 @@ ifeq ($(HOST_OS),linux)
#
include $(CLEAR_VARS)
+# Disable clang like other elfutils libraries.
+LOCAL_CLANG := false
+
LOCAL_SRC_FILES := $(LIBEBL_SRC_FILES)
LOCAL_C_INCLUDES := \
@@ -100,6 +103,9 @@ endif # linux
include $(CLEAR_VARS)
+# Disable clang like other elfutils libraries.
+LOCAL_CLANG := false
+
LOCAL_SRC_FILES := $(LIBEBL_SRC_FILES)
LOCAL_C_INCLUDES := \