Skip to content
Snippets Groups Projects
Commit 5a3a4ac9 authored by Kevin Jeon's avatar Kevin Jeon Committed by Dhina17
Browse files

onclite: 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
parent 76a3a0e6
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,7 @@
<!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>/system/bin/surfaceflinger</item>
<item>/system/framework/arm64/boot-framework.oat</item>
<item>/system/framework/framework.jar</item>
<item>/system/framework/oat/arm64/services.odex"</item>
......@@ -309,7 +310,6 @@
<item>/system/lib64/libRSDriver.so</item>
<item>/system/lib64/libRSCpuRef.so</item>
<item>/system/lib64/libblas.so</item>
<item>/system/lib64/libsurfaceflinger.so</item>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment