Add support for running Android lint on java and android modules.
Add a rule that runs Android lint on each java and android module and produces reports in xml, html and text formats. Bug: 153485543 Test: m out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/lint-report.html Change-Id: I5a530975b73ba767fef45b257d4f9ec901a19fcb
This commit is contained in:
@@ -1090,6 +1090,7 @@ func (module *SdkLibrary) createImplLibrary(mctx android.DefaultableHookContext)
|
||||
&module.protoProperties,
|
||||
&module.deviceProperties,
|
||||
&module.dexpreoptProperties,
|
||||
&module.linter.properties,
|
||||
&props,
|
||||
module.sdkComponentPropertiesForChildLibrary(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user