From 82fa1a0cb4afc272827fd3f25decf6ec7912aef6 Mon Sep 17 00:00:00 2001 From: Kevin Jeon Date: Tue, 28 Dec 2021 21:20:52 +0000 Subject: [PATCH] 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 --- overlay/frameworks/base/core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 504c4b4..e47a3f5 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -398,7 +398,7 @@ /apex/com.android.art/javalib/core-oj.jar /apex/com.android.art/javalib/core-libart.jar /product/priv-app/SystemUI/SystemUI.apk - /system/lib64/libsurfaceflinger.so + /system/bin/surfaceflinger /system/lib64/libRS.so /system/lib64/libRSCpuRef.so /system/lib64/libRSDriver.so