summaryrefslogtreecommitdiff
path: root/apex/builder.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-08-21 22:37:35 +0000
committer Yu Liu <yudiliu@google.com> 2024-08-22 20:54:50 +0000
commit8e5db7d26c6ec18a546e1dcfce4a7f5fbae649ff (patch)
tree97323361922ae5149ce1a6ccdad142d3e46c1fef /apex/builder.go
parent606efa6c6589ce1d4bee46a3d2d8b1756b5d0e3f (diff)
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
Diffstat (limited to 'apex/builder.go')
-rw-r--r--apex/builder.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/builder.go b/apex/builder.go
index e75ab0e55..a28a78597 100644
--- a/apex/builder.go
+++ b/apex/builder.go
@@ -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)
}
////////////////////////////////////////////////////////////////////////////////////////////