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

This commit is contained in:
Nick Kralevich
2015-11-13 01:09:44 +00:00
committed by Gerrit Code Review

View File

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