diff options
Diffstat (limited to 'java/bootclasspath.go')
-rw-r--r-- | java/bootclasspath.go | 2 |
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 |