Merge "Rename fortify_sprintf_warnings.cpp to fortify_compilation_test.cpp."

This commit is contained in:
Yabin Cui 2015-03-06 20:52:30 +00:00 committed by Gerrit Code Review
commit 45ee73a7fb
2 changed files with 1 additions and 1 deletions

View file

@ -388,7 +388,7 @@ LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \
LOCAL_CLANG := false
LOCAL_MODULE := bionic-compile-time-tests-g++
LOCAL_CPPFLAGS := -Wall
LOCAL_SRC_FILES := fortify_sprintf_warnings.cpp
LOCAL_SRC_FILES := fortify_compilation_test.cpp
include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)