summaryrefslogtreecommitdiff
path: root/java/dexpreopt_config.go
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2022-02-14 12:14:01 +0000
committer Jiakai Zhang <jiakaiz@google.com> 2022-02-14 12:14:01 +0000
commitfb14676ed4a6c33c242b6c316cc070077b5c5cc3 (patch)
treeb779b584a016764993a7212089a7f27d993e7314 /java/dexpreopt_config.go
parent87847baf419fe2a80dbd22bdbe5ee9555aa00258 (diff)
Revert "Remove the primary boot image from the ART APEX."
Revert submission 1946769-boot-image-flip-b211973309 Reason for revert: Broke golem Reverted Changes: I80ffd9160:Remove the primary boot image from the ART APEX. I45aaa5984:Remove the primary boot image from the ART APEX. Change-Id: I9167a12cb158ede140dd44dc4458b0770c858379
Diffstat (limited to 'java/dexpreopt_config.go')
-rw-r--r--java/dexpreopt_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dexpreopt_config.go b/java/dexpreopt_config.go
index 21e1d12c0..df8d8c80a 100644
--- a/java/dexpreopt_config.go
+++ b/java/dexpreopt_config.go
@@ -59,7 +59,7 @@ func genBootImageConfigRaw(ctx android.PathContext) map[string]*bootImageConfig
name: artBootImageName,
stem: "boot",
installDirOnHost: "apex/art_boot_images/javalib",
- installDirOnDevice: "system/framework",
+ installDirOnDevice: "apex/com.android.art/javalib",
profileInstallPathInApex: "etc/boot-image.prof",
modules: artModules,
}