summaryrefslogtreecommitdiffstats
path: root/0.153/libelf/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to '0.153/libelf/Android.mk')
-rwxr-xr-x0.153/libelf/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/0.153/libelf/Android.mk b/0.153/libelf/Android.mk
index b85e20cd..9dd1b396 100755
--- a/0.153/libelf/Android.mk
+++ b/0.153/libelf/Android.mk
@@ -154,6 +154,9 @@ ifeq ($(HOST_OS),darwin)
LOCAL_CFLAGS += -fnested-functions
endif
+# can't build libelf with clang
+LOCAL_CLANG := false
+
# to fix machine-dependent issues
LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h