diff options
| author | Subhajeet Muhuri <subhajeet.muhuri@gmail.com> | 2020-09-12 01:43:16 +0530 |
|---|---|---|
| committer | marcost2 <marcostolcachir@gmail.com> | 2022-01-01 13:45:28 -0300 |
| commit | fbd4e97871a2a3673cc44758e4df4a06f65b5743 (patch) | |
| tree | f679b69383c4785ce1159704fae47cc8c90911e4 | |
| parent | f7f8b86a4090bef14443e49ee9aaf37fdb360d97 (diff) | |
albus: overlay: Update pinner list for new SystemUI location
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
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 8cc95b4..2d38d3a 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> |
