Merge "soong: -Werror=fortify-source"

am: 83dcee3094

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

View File

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