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:
Yu Liu
2024-08-21 22:37:35 +00:00
parent 606efa6c65
commit 8e5db7d26c
6 changed files with 74 additions and 72 deletions

View File

@@ -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)
}
////////////////////////////////////////////////////////////////////////////////////////////