summaryrefslogtreecommitdiff
path: root/java/bootclasspath.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-05-18 12:54:27 +0100
committer Paul Duffin <paulduffin@google.com> 2021-06-23 17:12:31 +0100
commit51227d875b1ae91cde5af5b5b463c93a56c79f94 (patch)
tree64bb8ed584435f78e01819b8295a6b253351fcea /java/bootclasspath.go
parent2afa8915bb32e43c1f59240d44740e2dcbfb8235 (diff)
Output bootclasspath_fragment's fragments property to sdk snapshot
Adds support for printing a PropertySet that has a property whose value is an array of structs. Bug: 179354495 Test: m nothing m conscrypt-module-sdk - check generated Android.bp file Change-Id: I71be04188465610bcbea4d3c9a5e8204171a1eeb
Diffstat (limited to 'java/bootclasspath.go')
-rw-r--r--java/bootclasspath.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/bootclasspath.go b/java/bootclasspath.go
index eddcc838b..ccb69a0ae 100644
--- a/java/bootclasspath.go
+++ b/java/bootclasspath.go
@@ -144,6 +144,8 @@ func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprin
// ApexVariantReference specifies a particular apex variant of a module.
type ApexVariantReference struct {
+ android.BpPrintableBase
+
// The name of the module apex variant, i.e. the apex containing the module variant.
//
// If this is not specified then it defaults to "platform" which will cause a dependency to be