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 08dab038..58b6d0d6 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 := \
@@ -98,6 +101,9 @@ endif # linux
include $(CLEAR_VARS)
+# Disable clang like other elfutils libraries.
+LOCAL_CLANG := false
+
LOCAL_SRC_FILES := $(LIBEBL_SRC_FILES)
LOCAL_C_INCLUDES := \