diff options
author | Ben Cheng <bccheng@google.com> | 2012-11-06 23:11:35 -0800 |
---|---|---|
committer | Ben Cheng <bccheng@google.com> | 2012-11-06 23:11:35 -0800 |
commit | 20b9749959786a11d91332202009d3903f15e3f0 (patch) | |
tree | 93b11c7883942fbe1c4c3360d4a54cdcc3bfee27 | |
parent | 16ac25b73a089e840e8d53cb3af3b6ff08ff54a3 (diff) | |
download | frameworks_native-20b9749959786a11d91332202009d3903f15e3f0.zip frameworks_native-20b9749959786a11d91332202009d3903f15e3f0.tar.gz frameworks_native-20b9749959786a11d91332202009d3903f15e3f0.tar.bz2 |
Disable ld --fatal-warnings because of using mktemp.
Change-Id: Id18b1e38672294b025bc26adb38aed0ac3e0fb45
-rw-r--r-- | opengl/tests/EGLTest/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk index d820875..1a9ee5c 100644 --- a/opengl/tests/EGLTest/Android.mk +++ b/opengl/tests/EGLTest/Android.mk @@ -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 |