diff options
Diffstat (limited to 'java/hiddenapi_modular.go')
-rw-r--r-- | java/hiddenapi_modular.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/hiddenapi_modular.go b/java/hiddenapi_modular.go index 8011f343b..bf9975784 100644 --- a/java/hiddenapi_modular.go +++ b/java/hiddenapi_modular.go @@ -947,6 +947,7 @@ type HiddenAPIOutput struct { HiddenAPIFlagOutput // The map from base module name to the path to the encoded boot dex file. + // This field is not available in prebuilt apexes EncodedBootDexFilesByModule bootDexJarByModule } |