Disable ld --fatal-warnings because of using mktemp.

Change-Id: Id18b1e38672294b025bc26adb38aed0ac3e0fb45
This commit is contained in:
Ben Cheng 2012-11-06 23:11:35 -08:00
parent 16ac25b73a
commit 20b9749959
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ LOCAL_C_INCLUDES := \
frameworks/native/opengl/libs \
frameworks/native/opengl/libs/EGL \
# gold in binutils 2.22 will warn about the usage of mktemp
LOCAL_LDFLAGS += -Wl,--no-fatal-warnings
include $(BUILD_EXECUTABLE)
# Include subdirectory makefiles