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

Commit a1f0e99e 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

am: baf6fe91

Change-Id: Idc7acb621b7df2406a00816ba2efb33f94ce0358
parents 14ce7501 baf6fe91
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,