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

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

Include dependencies for clang-tidy and header-abi-dumper

am: 6b4419cc

Change-Id: I7afee1a6afbeee466bce437a034739b6528ee2f2
parents e8a62542 6b4419cc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -499,6 +499,8 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and
				// We must depend on objFile, since clang-tidy doesn't
				// support exporting dependencies.
				Implicit:  objFile,
				Implicits: cFlagsDeps,
				OrderOnly: pathDeps,
				Args: map[string]string{
					"cFlags":    moduleToolingCflags,
					"tidyFlags": flags.tidyFlags,
@@ -516,6 +518,8 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and
				Output:      sAbiDumpFile,
				Input:       srcFile,
				Implicit:    objFile,
				Implicits:   cFlagsDeps,
				OrderOnly:   pathDeps,
				Args: map[string]string{
					"cFlags":     moduleToolingCflags,
					"exportDirs": flags.sAbiFlags,