summaryrefslogtreecommitdiff
path: root/java/sdk_library_internal.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2025-02-19 10:05:47 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-02-19 10:05:47 -0800
commit3c551be748d53083d57e6f50c16fe9ba3546ed14 (patch)
treeb28adfc4473dc0cf022fe169ab29ecf02df223e0 /java/sdk_library_internal.go
parentdaeb7c813ce0a6150d76c4f67c1c43d1ecde052f (diff)
parent0a37d429bcbfdf5110bbfcf14f43764dc01585a4 (diff)
Merge "Change depVisitor to use providers instead of type-asserting to interfaces directly, the next step is to change it to use ModuleProxy once IsDepInSameApex is ready." into main
Diffstat (limited to 'java/sdk_library_internal.go')
-rw-r--r--java/sdk_library_internal.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sdk_library_internal.go b/java/sdk_library_internal.go
index 578969223..f5feabeb4 100644
--- a/java/sdk_library_internal.go
+++ b/java/sdk_library_internal.go
@@ -936,6 +936,8 @@ func (module *sdkLibraryXml) GenerateAndroidBuildActions(ctx android.ModuleConte
ctx.PackageFile(module.installDirPath, libName+".xml", module.outputFilePath)
ctx.SetOutputFiles(android.OutputPaths{module.outputFilePath}.Paths(), "")
+
+ etc.SetCommonPrebuiltEtcInfo(ctx, module)
}
func (module *sdkLibraryXml) AndroidMkEntries() []android.AndroidMkEntries {