diff options
Diffstat (limited to 'java/dexpreopt_config.go')
-rw-r--r-- | java/dexpreopt_config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/dexpreopt_config.go b/java/dexpreopt_config.go index 4d0bd09c6..2975130f3 100644 --- a/java/dexpreopt_config.go +++ b/java/dexpreopt_config.go @@ -63,6 +63,7 @@ func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig profileInstallPathInApex: "etc/boot-image.prof", modules: artModules, preloadedClassesFile: "art/build/boot/preloaded-classes", + compilerFilter: "speed-profile", } // Framework config for the boot image extension. @@ -76,6 +77,7 @@ func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig installDirOnDevice: frameworkSubdir, modules: frameworkModules, preloadedClassesFile: "frameworks/base/config/preloaded-classes", + compilerFilter: "speed-profile", } return map[string]*bootImageConfig{ |