OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ac25b
)
Disable ld --fatal-warnings because of using mktemp.
author
Ben Cheng
<bccheng@google.com>
Wed, 7 Nov 2012 07:11:35 +0000
(23:11 -0800)
committer
Ben Cheng
<bccheng@google.com>
Wed, 7 Nov 2012 07:11:35 +0000
(23:11 -0800)
Change-Id: Id18b1e38672294b025bc26adb38aed0ac3e0fb45
opengl/tests/EGLTest/Android.mk
patch
|
blob
|
history
diff --git
a/opengl/tests/EGLTest/Android.mk
b/opengl/tests/EGLTest/Android.mk
index
d820875
..
1a9ee5c
100644
(file)
--- 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