aboutsummaryrefslogtreecommitdiffstats
path: root/dexpreopt
diff options
context:
space:
mode:
Diffstat (limited to 'dexpreopt')
-rw-r--r--dexpreopt/config.go2
-rw-r--r--dexpreopt/dexpreopt_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/dexpreopt/config.go b/dexpreopt/config.go
index 0eb162dc..ee3cc8db 100644
--- a/dexpreopt/config.go
+++ b/dexpreopt/config.go
@@ -36,7 +36,7 @@ type GlobalConfig struct {
BootJars []string // modules for jars that form the boot class path
- TargetCoreJars []string // modules for jars that are in the runtime apex
+ RuntimeApexJars []string // modules for jars that are in the runtime apex
ProductUpdatableBootModules []string
ProductUpdatableBootLocations []string
diff --git a/dexpreopt/dexpreopt_test.go b/dexpreopt/dexpreopt_test.go
index a2c6f776..949f91f3 100644
--- a/dexpreopt/dexpreopt_test.go
+++ b/dexpreopt/dexpreopt_test.go
@@ -29,7 +29,7 @@ var testGlobalConfig = GlobalConfig{
PatternsOnSystemOther: nil,
DisableGenerateProfile: false,
BootJars: nil,
- TargetCoreJars: nil,
+ RuntimeApexJars: nil,
ProductUpdatableBootModules: nil,
ProductUpdatableBootLocations: nil,
SystemServerJars: nil,