diff options
| author | 2021-05-14 18:53:08 +0000 | |
|---|---|---|
| committer | 2021-05-14 18:53:08 +0000 | |
| commit | b7c78731d4cccf00645d8fb3d6ed9c692e4b83f7 (patch) | |
| tree | 415935588ace31679d99531ad9ee775f4fc8fdb8 /java/sdk_library.go | |
| parent | 21f62ef8677d1e657bb92e9b71117422d8f0c121 (diff) | |
| parent | afaa47c74afff8be502b6ba8d0139abfc4f5135d (diff) | |
Merge "Stop generating unnecessary hidden API rules"
Diffstat (limited to 'java/sdk_library.go')
| -rw-r--r-- | java/sdk_library.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sdk_library.go b/java/sdk_library.go index 61536157b..f04f837cc 100644 --- a/java/sdk_library.go +++ b/java/sdk_library.go @@ -2128,7 +2128,7 @@ func (module *SdkLibraryImport) GenerateAndroidBuildActions(ctx android.ModuleCo if dexOutputPath := di.PrebuiltExportPath(module.BaseModuleName(), ".dexjar"); dexOutputPath != nil { module.dexJarFile = dexOutputPath module.initHiddenAPI(ctx, module.configurationName) - module.hiddenAPIExtractInformation(ctx, dexOutputPath, module.findScopePaths(apiScopePublic).stubsImplPath[0]) + module.hiddenAPIUpdatePaths(ctx, dexOutputPath, module.findScopePaths(apiScopePublic).stubsImplPath[0]) } else { // This should never happen as a variant for a prebuilt_apex is only created if the // prebuilt_apex has been configured to export the java library dex file. |