Include dependencies for clang-tidy and header-abi-dumper
am: 6b4419ccc7
Change-Id: I7afee1a6afbeee466bce437a034739b6528ee2f2
This commit is contained in:
commit
baf6fe9182
1 changed files with 5 additions and 1 deletions
|
@ -498,7 +498,9 @@ func TransformSourceToObj(ctx android.ModuleContext, subdir string, srcFiles and
|
|||
Input: srcFile,
|
||||
// We must depend on objFile, since clang-tidy doesn't
|
||||
// support exporting dependencies.
|
||||
Implicit: objFile,
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue