aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-07-17 21:16:31 +0100
committerDavide Garberi <dade.garberi@gmail.com>2021-10-19 15:09:38 +0200
commited8e5b3a60d0e1282fcaa3cd3012bdf9c6578296 (patch)
treed1275ebdef47acb0863a598a33a8cc7eea582531
parentc3addf90f0193651e6e8ac9cf3698050ca421855 (diff)
msm8996-common: overlay: Update paths to the new ART APEX.
Test: Presubmits Bug: 135753770 Change-Id: I98378100456dce927ccc253301a398d70d1b7368
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 4fd531c..037b5f5 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -485,8 +485,8 @@
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/oat/arm64/services.odex"</item>
<item>"/system/framework/services.jar"</item>
- <item>"/apex/com.android.runtime/javalib/core-oj.jar"</item>
- <item>"/apex/com.android.runtime/javalib/core-libart.jar"</item>
+ <item>"/apex/com.android.art/javalib/core-oj.jar"</item>
+ <item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/product/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
@@ -503,8 +503,8 @@
<string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles">
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/services.jar"</item>
- <item>"/apex/com.android.runtime/javalib/core-oj.jar"</item>
- <item>"/apex/com.android.runtime/javalib/core-libart.jar"</item>
+ <item>"/apex/com.android.art/javalib/core-oj.jar"</item>
+ <item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/system/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>