diff options
author | Subhajeet Muhuri <subhajeet.muhuri@gmail.com> | 2020-09-12 01:43:16 +0530 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-18 22:40:33 +0200 |
commit | 932b6eceadc59a386b26e029e7b0b367eab35d6a (patch) | |
tree | 5ff0267ca21adb32989261ca8cbc05589cef2828 | |
parent | e132ba37da8e95c5a9cb65fc2f4d7711bc0f3968 (diff) |
sdm660-common: 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 72026a5..7781a0c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -220,8 +220,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> @@ -232,7 +232,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> |