From 62284dd2cc1d8a2e90f86e7bede32fb1e18c1c5a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 22 Jan 2015 15:36:24 -0800 Subject: [PATCH] There's no such thing as LOCAL_CXXFLAGS. Change-Id: Iad70e6bd4cb7cec9e0ece500a540e4dadc83d92e --- tests/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Android.mk b/tests/Android.mk index 3150655b9..11fb2c8b5 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -369,7 +369,7 @@ LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \ LOCAL_CLANG := false LOCAL_MODULE := bionic-compile-time-tests-g++ -LOCAL_CXXFLAGS := -Wall +LOCAL_CPPFLAGS := -Wall LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp include $(BUILD_STATIC_LIBRARY) @@ -386,7 +386,7 @@ LOCAL_CXX := $(LOCAL_PATH)/file-check-cxx \ LOCAL_CLANG := true 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 # don't appear to be any cases where clang _does_ emit warnings for sn?printf :( LOCAL_SRC_FILES :=