am b161fe27: Merge "There\'s no such thing as LOCAL_CXXFLAGS."
* commit 'b161fe27433b899b896b5685571373df4a1f8a21': There's no such thing as LOCAL_CXXFLAGS.
This commit is contained in:
commit
9c8a5265c9
@ -369,7 +369,7 @@ LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \
|
|||||||
|
|
||||||
LOCAL_CLANG := false
|
LOCAL_CLANG := false
|
||||||
LOCAL_MODULE := bionic-compile-time-tests-g++
|
LOCAL_MODULE := bionic-compile-time-tests-g++
|
||||||
LOCAL_CXXFLAGS := -Wall
|
LOCAL_CPPFLAGS := -Wall
|
||||||
LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp
|
LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
||||||
@ -386,7 +386,7 @@ LOCAL_CXX := $(LOCAL_PATH)/file-check-cxx \
|
|||||||
|
|
||||||
LOCAL_CLANG := true
|
LOCAL_CLANG := true
|
||||||
LOCAL_MODULE := bionic-compile-time-tests-clang++
|
LOCAL_MODULE := bionic-compile-time-tests-clang++
|
||||||
LOCAL_CXXFLAGS := -Wall
|
LOCAL_CPPFLAGS := -Wall
|
||||||
# FileCheck will error if there aren't any CLANG: lines in the file, but there
|
# FileCheck will error if there aren't any CLANG: lines in the file, but there
|
||||||
# don't appear to be any cases where clang _does_ emit warnings for sn?printf :(
|
# don't appear to be any cases where clang _does_ emit warnings for sn?printf :(
|
||||||
LOCAL_SRC_FILES :=
|
LOCAL_SRC_FILES :=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user