summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2014-08-22 00:09:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-22 00:09:23 +0000
commita0d3fb656d2dfc9d8d6f3749855baf4424ffd094 (patch)
treed91bae99e588e798d38aebdfbe48ec6e80d1b206
parenta66e99d39a510ff2691e51e061b441316c1f3761 (diff)
parente8f2790fbf876f4a996d56ad0ddddfa40025a92a (diff)
downloadandroid_external_elfutils-a0d3fb656d2dfc9d8d6f3749855baf4424ffd094.tar.gz
android_external_elfutils-a0d3fb656d2dfc9d8d6f3749855baf4424ffd094.tar.bz2
android_external_elfutils-a0d3fb656d2dfc9d8d6f3749855baf4424ffd094.zip
am e8f2790f: Remove bad gcc flag for Darwin. DO NOT MERGE
* commit 'e8f2790fbf876f4a996d56ad0ddddfa40025a92a': Remove bad gcc flag for Darwin. DO NOT MERGE
-rwxr-xr-x0.153/libebl/Android.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/0.153/libebl/Android.mk b/0.153/libebl/Android.mk
index 224c7970..85a88d07 100755
--- a/0.153/libebl/Android.mk
+++ b/0.153/libebl/Android.mk
@@ -85,12 +85,10 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup
LOCAL_CFLAGS += -DHAVE_CONFIG_H -std=gnu99 -D_GNU_SOURCE
-ifeq ($(HOST_OS),darwin)
-LOCAL_CFLAGS += -Wno-int-conversion
-endif
-
LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
+LOCAL_CLANG := false
+
LOCAL_MODULE:= libebl
include $(BUILD_HOST_STATIC_LIBRARY)