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 <zhongcy95@gmail.com>
This commit is contained in:
parent
d9972b2bd9
commit
40828afa14
1 changed files with 3 additions and 5 deletions
|
@ -330,12 +330,10 @@
|
||||||
<item>"/apex/com.android.art/javalib/core-oj.jar"</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.art/javalib/core-libart.jar"</item>
|
||||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
<item>"/system/bin/surfaceflinger"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
|
|
||||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- List of files pinned by the Pinner Service with the JIT Zygote boot image b/119800099 -->
|
<!-- List of files pinned by the Pinner Service with the JIT Zygote boot image -->
|
||||||
<string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles">
|
<string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles">
|
||||||
<item>"/system/framework/framework.jar"</item>
|
<item>"/system/framework/framework.jar"</item>
|
||||||
<item>"/system/framework/services.jar"</item>
|
<item>"/system/framework/services.jar"</item>
|
||||||
|
@ -343,7 +341,7 @@
|
||||||
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
||||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
<item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item>
|
||||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
<item>"/system/bin/surfaceflinger"</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||||
|
|
Loading…
Reference in a new issue