diff options
author | 2023-12-20 19:00:49 +0000 | |
---|---|---|
committer | 2023-12-20 19:00:49 +0000 | |
commit | 412b33a6e7af8a2794bb750fb6d71bfab3a10661 (patch) | |
tree | 3b74224321c64dbcebf1416047ad0da2b207279f /java/hiddenapi_modular.go | |
parent | 9734cff08ce8dbf83e74d7d6ec037b85bf54f7f9 (diff) | |
parent | 5be6333692b6881b223b672c2251efaf4605bb33 (diff) |
Merge "Use the correct bootjars when multiple prebuilt apexes exist" into main
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 } |