Remove installFilesDepSet, packagingSpecsDepSet and licenseInstallMap
from ModuleBase. Bug: 358425833 Test: CI Ignore-AOSP-First: a internal only project will be broken if submitting AOSP first. Change-Id: I2863265a01083d3c624c8a111be0531b519f1288
This commit is contained in:
@@ -595,7 +595,7 @@ func (a *apexBundle) buildApex(ctx android.ModuleContext) {
|
||||
if len(installMapSet) > 0 {
|
||||
var installs []string
|
||||
installs = append(installs, android.SortedKeys(installMapSet)...)
|
||||
a.SetLicenseInstallMap(installs)
|
||||
ctx.SetLicenseInstallMap(installs)
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user