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