exynos9610: Update SurfaceFlinger pin on all targets
authorKevin Jeon <kevinjeon@google.com>
Tue, 19 Jan 2021 22:52:54 +0000 (22:52 +0000)
committerNolen Johnson <johnsonnolen@gmail.com>
Sun, 17 Apr 2022 21:36:29 +0000 (17:36 -0400)
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

overlay/frameworks/base/core/res/res/values/config.xml

index 960a76325123a47424387b9982af85ffb9721d93..33fe9fb13c98923418b16ec2023c0b34a456b0fa 100644 (file)
         <item>/system/framework/arm64/boot-framework.art</item>
         <item>/system/framework/oat/arm64/services.odex</item>
         <item>/vendor/lib64/egl/libGLES_mali.so</item>
+        <item>/system/bin/surfaceflinger</item>
     </string-array>
     <string-array name="config_mobile_tcp_buffers">
         <item>1xrtt:16384,32768,32768,4096,8096,65536</item>