Merge "Utilize -quiet
flag in java_api_library" into main
This commit is contained in:
commit
ef1fc04e1a
1 changed files with 1 additions and 0 deletions
|
@ -1798,6 +1798,7 @@ func (al *ApiLibrary) extractApiSrcs(ctx android.ModuleContext, rule *android.Ru
|
|||
Flag("-jar").
|
||||
Flag("-write_if_changed").
|
||||
Flag("-ignore_missing_files").
|
||||
Flag("-quiet").
|
||||
FlagWithArg("-C ", unzippedSrcJarDir.String()).
|
||||
FlagWithInput("-l ", classFilesList).
|
||||
FlagWithOutput("-o ", al.stubsJarWithoutStaticLibs)
|
||||
|
|
Loading…
Reference in a new issue