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

Commit 8c12db9c authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Turn on more warnings during CleanSpec processing am: dcac078c

am: 279144ac

Change-Id: Ie2116c9e94b0ee936371409594079cf7c42e39af
parents 12c2a219 279144ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -202,8 +202,11 @@ func runKatiCleanSpec(ctx Context, config Config) {
	defer ctx.EndTrace()

	runKati(ctx, config, katiCleanspecSuffix, []string{
		"--werror_writable",
		"--werror_implicit_rules",
		"--werror_overriding_commands",
		"--werror_real_to_phony",
		"--werror_phony_looks_real",
		"-f", "build/make/core/cleanbuild.mk",
		"SOONG_MAKEVARS_MK=" + config.SoongMakeVarsMk(),
		"TARGET_DEVICE_DIR=" + config.TargetDeviceDir(),