Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95428ce1 authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "soong: -Werror=fortify-source" am: 83dcee30 am: bf6c16ad

am: 28601812

Change-Id: Ifa936881c90815362cebbae911e36369787a3641
parents 8277062d 28601812
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ var (
	noOverrideGlobalCflags = []string{
		"-Werror=int-to-pointer-cast",
		"-Werror=pointer-to-int-cast",
		"-Werror=fortify-source",
	}

	IllegalFlags = []string{