Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20b97499 authored by Ben Cheng's avatar Ben Cheng
Browse files

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

Change-Id: Id18b1e38672294b025bc26adb38aed0ac3e0fb45
parent 16ac25b7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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