summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2022-02-14 09:59:16 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2022-02-14 09:59:16 +0000
commit135103e3815dfc96e1d8799e34b515069eabae5f (patch)
tree21bced8b1edcff73f239d1ffc0ea3d1153d3a6c3
parent1ead213e6d33a74709d9a07216918743d102e4a4 (diff)
parent87847baf419fe2a80dbd22bdbe5ee9555aa00258 (diff)
Merge "Remove the primary boot image from the ART APEX."
-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 df8d8c80a..21e1d12c0 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: "apex/com.android.art/javalib",
+ installDirOnDevice: "system/framework",
profileInstallPathInApex: "etc/boot-image.prof",
modules: artModules,
}