diff options
Diffstat (limited to 'dexpreopt/config.go')
-rw-r--r-- | dexpreopt/config.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go index fe6317cb2..84d4f10c1 100644 --- a/dexpreopt/config.go +++ b/dexpreopt/config.go @@ -191,6 +191,10 @@ type ModuleConfig struct { ForceCreateAppImage bool PresignedPrebuilt bool + + // ApexPartition is the partition in which the dexpreopt files of apex system server jars (if any) are installed. + // This is a noop unless the module is apex system server jar. + ApexPartition string } type globalSoongConfigSingleton struct{} |