summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorKevin Jeon <kevinjeon@google.com>2021-01-19 22:59:49 +0000
committerKevin Jeon <kevinjeon@google.com>2021-01-19 22:59:49 +0000
commit82c1209cb4a6b3f2dd7b27d6f4dfc8598c66d028 (patch)
tree7fb049a3553699a617e11cb5725b8b72d01368ac /overlay
parent85638fe45c8d5af2467ed0f631d9a4777d63d3af (diff)
downloadbonito-82c1209cb4a6b3f2dd7b27d6f4dfc8598c66d028.tar.gz
Update SurfaceFlinger pin on bonito
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: Ie1d5d5601f1efbf2bcba008aae5f6815fc3388d9
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 741dcc1b..abec770b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -285,7 +285,7 @@
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
<item>"/system_ext/priv-app/SystemUIGoogle/oat/arm64/SystemUIGoogle.odex"</item>
- <item>"/system/lib64/libsurfaceflinger.so"</item>
+ <item>"/system/bin/surfaceflinger"</item>
</string-array>
<!-- Should the pinner service pin the Camera application? -->