diff options
Diffstat (limited to 'java/platform_bootclasspath.go')
-rw-r--r-- | java/platform_bootclasspath.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/platform_bootclasspath.go b/java/platform_bootclasspath.go index b5fec95fe..5880e2f0a 100644 --- a/java/platform_bootclasspath.go +++ b/java/platform_bootclasspath.go @@ -377,7 +377,7 @@ func (b *platformBootclasspathModule) generateHiddenAPIStubFlagsRules(ctx androi bootDexJars = append(bootDexJars, module.bootDexJar) } - sdkKindToStubPaths := hiddenAPIGatherStubLibDexJarPaths(ctx) + sdkKindToStubPaths := hiddenAPIGatherStubLibDexJarPaths(ctx, nil) outputPath := hiddenAPISingletonPaths(ctx).stubFlags rule := ruleToGenerateHiddenAPIStubFlagsFile(ctx, outputPath, bootDexJars, sdkKindToStubPaths) |