diff options
author | 2024-08-23 19:04:39 +0000 | |
---|---|---|
committer | 2024-08-23 19:04:39 +0000 | |
commit | c6335186a4e8fe45202acfdd994c2a178c310efc (patch) | |
tree | a98eee35c7fd8bf52d1707205535fd7d6b54ebb3 /apex/builder.go | |
parent | 8e5db7d26c6ec18a546e1dcfce4a7f5fbae649ff (diff) |
Revert "Remove installFilesDepSet, packagingSpecsDepSet and lice..."
Revert submission 28945194-Remove installFilesDepSet
Reason for revert: will resubmit from aosp
Reverted changes: /q/submissionid:28945194-Remove+installFilesDepSet
Change-Id: I2a04998774da71ad0415958d7e1633a0833293f9
Diffstat (limited to 'apex/builder.go')
-rw-r--r-- | apex/builder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/builder.go b/apex/builder.go index a28a78597..e75ab0e55 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)...) - ctx.SetLicenseInstallMap(installs) + a.SetLicenseInstallMap(installs) } //////////////////////////////////////////////////////////////////////////////////////////// |