miatoll: overlay: correct SystemUI apk name and path

apk name and path was changed as seen here
8be4fc80c0

This causes errors in logs since pinner was trying to pin old app.

PinnerService: Could not pin file /system_ext/priv-app/SystemUI/SystemUI.apk
PinnerService: Failed to pin file = /system_ext/priv-app/SystemUI/SystemUI.apk

Change-Id: I609b29b9139d5cfaf1248c9ac001c280ae10c31c
This commit is contained in:
Ruchit Marathe 2022-11-20 21:22:46 +05:30 committed by Alexander Winkowski
parent 03c83d0af3
commit 7a953afc1b
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -235,7 +235,7 @@
<item>"/system/framework/services.jar"</item>
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
<item>"/system/bin/surfaceflinger"</item>
</string-array>