Merge "soong: -Werror=fortify-source" am: 83dcee3094 am: bf6c16ad48

am: 28601812b9

Change-Id: Ifa936881c90815362cebbae911e36369787a3641
This commit is contained in:
George Burgess IV
2019-09-20 17:22:01 -07:00
committed by android-build-merger

View File

@@ -108,6 +108,7 @@ var (
noOverrideGlobalCflags = []string{ noOverrideGlobalCflags = []string{
"-Werror=int-to-pointer-cast", "-Werror=int-to-pointer-cast",
"-Werror=pointer-to-int-cast", "-Werror=pointer-to-int-cast",
"-Werror=fortify-source",
} }
IllegalFlags = []string{ IllegalFlags = []string{