summaryrefslogtreecommitdiff
path: root/java/hiddenapi_modular.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-05-21 22:46:59 +0100
committer Paul Duffin <paulduffin@google.com> 2021-05-24 13:32:56 +0100
commit18cf19745e2fffb184a7b42f50609ea98d4adb1d (patch)
tree747b4ea68bbe867faaa0172f571e2fb1b41e4931 /java/hiddenapi_modular.go
parent62370923911827d0a9cf6103e47652f40ca2cd25 (diff)
Remove bootclasspathApiInfo
Previously, the bootclasspathApiInfo was only used for tests and follow up changes will need to provide the stub dex jars. This change moves the stubJarsByKind into HiddenAPIInfo and removes bootclasspathApiInfo and the corresponding provider. Bug: 179354495 Test: m nothing Change-Id: I5459c56de561c053ed671dc9d5cb3ee4820c0ee8
Diffstat (limited to 'java/hiddenapi_modular.go')
-rw-r--r--java/hiddenapi_modular.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/hiddenapi_modular.go b/java/hiddenapi_modular.go
index 0bf39ffe2..94fe2caad 100644
--- a/java/hiddenapi_modular.go
+++ b/java/hiddenapi_modular.go
@@ -348,6 +348,9 @@ type HiddenAPIInfo struct {
// that category.
FlagFilesByCategory FlagFilesByCategory
+ // The paths to the stub dex jars for each of the android.SdkKind in hiddenAPIRelevantSdkKinds.
+ StubDexJarsByKind StubDexJarsByKind
+
// The output from the hidden API processing needs to be made available to other modules.
HiddenAPIFlagOutput
}