diff options
author | Subhajeet Muhuri <subhajeet.muhuri@gmail.com> | 2020-09-12 01:43:16 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 871b4f1321c07b435f9ccaa7e28a877992ac861b (patch) | |
tree | 69a273d33c9c50f53724d406cf3ecdc09b4ef21d /overlay | |
parent | ed8e5b3a60d0e1282fcaa3cd3012bdf9c6578296 (diff) |
msm8996-common: overlay: Update pinner list for new SystemUI location
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
Diffstat (limited to 'overlay')
-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 037b5f5..1880956 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -488,8 +488,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> @@ -506,7 +506,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> |