Merge "FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc"

am: 4ea67f6950

* commit '4ea67f695066b73796b24563d83e8b5a9190334d':
  FORTIFY_SOURCE: make sure gcc unittests are compiled with gcc
This commit is contained in:
Nick Kralevich 2015-11-13 01:12:41 +00:00 committed by android-build-merger
commit bb725f7b77

View File

@ -171,6 +171,7 @@ $(foreach compiler,gcc clang, \
) \
)
fortify1-tests-gcc_clang_target := false
module := fortify1-tests-gcc
module_tag := optional
build_type := target
@ -179,6 +180,7 @@ include $(LOCAL_PATH)/Android.build.mk
build_type := host
include $(LOCAL_PATH)/Android.build.mk
fortify2-tests-gcc_clang_target := false
module := fortify2-tests-gcc
module_tag := optional
build_type := target