Merge changes I5a180544,Ifdf9bf97 into rvc-dev
* changes: Build transitive lint reports for apex modules Add environment variables to control lint checks
This commit is contained in:
committed by
Android (Google) Code Review
commit
0f4ab3cd46
@@ -333,6 +333,10 @@ func (a *apexBundle) androidMkForType() android.AndroidMkData {
|
||||
if apexType == imageApex {
|
||||
fmt.Fprintln(w, "ALL_MODULES.$(LOCAL_MODULE).BUNDLE :=", a.bundleModuleFile.String())
|
||||
}
|
||||
if len(a.lintReports) > 0 {
|
||||
fmt.Fprintln(w, "ALL_MODULES.$(my_register_name).LINT_REPORTS :=",
|
||||
strings.Join(a.lintReports.Strings(), " "))
|
||||
}
|
||||
|
||||
if a.installedFilesFile != nil {
|
||||
goal := "checkbuild"
|
||||
|
Reference in New Issue
Block a user