mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Update SurfaceFlinger pin on all targets
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as the file was removed in ag/12524602. The updated pin relies on go/aog/1552085, as system_service needs read access to SurfaceFlinger. Bug: 176197656 Test: adb shell dumpsys pinner (coral) - shows that /system/bin/surfaceflinger is successfully pinned adb logcat | grep PinnerService (coral) - no longer shows a file-not-found error in PinnerService Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460 Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
cd55dfae6b
commit
6ffc1e5bae
|
@ -353,7 +353,7 @@
|
||||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
|
<item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
|
||||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
<item>"/system/bin/surfaceflinger"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Should the pinner service pin the Home application? -->
|
<!-- Should the pinner service pin the Home application? -->
|
||||||
|
@ -369,6 +369,6 @@
|
||||||
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
||||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
||||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
<item>"/system/bin/surfaceflinger"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue