aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubhajeet Muhuri <subhajeet.muhuri@gmail.com>2020-09-12 01:43:16 +0530
committerMarcos Tolcachir <marcostolcachir@gmail.com>2022-01-01 17:32:08 +0100
commit4b8ebbb7f3f74eb5db000b521701fb55943d3562 (patch)
tree0c2a80aca93f1f099dbbbbdc5f4cb060d75fc864
parent72f89f53d5b54fe83b55d4a80e07217973059e70 (diff)
addison: overlay: Update pinner list for new SystemUI location
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index c8f961a..2303009 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -394,8 +394,8 @@
<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>
+ <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
+ <item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>
</string-array>
@@ -409,7 +409,7 @@
<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_ext/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>
</string-array>