rosemary: overlay: Update SurfaceFlinger pin

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
This commit is contained in:
Kevin Jeon
2021-12-28 21:20:52 +00:00
committed by Matsvei Niaverau
parent 5432051e41
commit 82fa1a0cb4

View File

@@ -398,7 +398,7 @@
<item>/apex/com.android.art/javalib/core-oj.jar</item>
<item>/apex/com.android.art/javalib/core-libart.jar</item>
<item>/product/priv-app/SystemUI/SystemUI.apk</item>
<item>/system/lib64/libsurfaceflinger.so</item>
<item>/system/bin/surfaceflinger</item>
<item>/system/lib64/libRS.so</item>
<item>/system/lib64/libRSCpuRef.so</item>
<item>/system/lib64/libRSDriver.so</item>