From 40828afa148455b8cc7146524d8a70fbc40ec90b Mon Sep 17 00:00:00 2001 From: Kevin Jeon Date: Tue, 19 Jan 2021 22:52:54 +0000 Subject: [PATCH] sdm710-common: 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 Signed-off-by: Chenyang Zhong --- overlay/frameworks/base/core/res/res/values/config.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 954180c..8d32c20 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -330,12 +330,10 @@ "/apex/com.android.art/javalib/core-oj.jar" "/apex/com.android.art/javalib/core-libart.jar" "/apex/com.android.media/javalib/updatable-media.jar" - "/system_ext/priv-app/SystemUI/SystemUI.apk" - "/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex" - "/system/lib64/libsurfaceflinger.so" + "/system/bin/surfaceflinger" - + "/system/framework/framework.jar" "/system/framework/services.jar" @@ -343,7 +341,7 @@ "/apex/com.android.art/javalib/core-libart.jar" "/apex/com.android.media/javalib/updatable-media.jar" "/system_ext/priv-app/SystemUI/SystemUI.apk" - "/system/lib64/libsurfaceflinger.so" + "/system/bin/surfaceflinger"