sm6250-common: overlay: sync pinner service configs from crosshatch
Bug: 130103428 Test: verified with dumpsys pinner Change-Id: I8ffe5eee1d40a5ac6be2112621ccda4b4dd5be1a
This commit is contained in:
parent
6d2752203e
commit
ac2981bdca
@ -573,4 +573,39 @@
|
||||
<!-- ID0:Fingerprint:Strong -->
|
||||
<item>0:2:15</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Default list of files pinned by the Pinner Service -->
|
||||
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
||||
<item>"/system/framework/arm64/boot-framework.oat"</item>
|
||||
<item>"/system/framework/framework.jar"</item>
|
||||
<item>"/system/framework/oat/arm64/services.odex"</item>
|
||||
<item>"/system/framework/services.jar"</item>
|
||||
<item>"/system/framework/arm64/boot.oat"</item>
|
||||
<item>"/system/framework/arm64/boot-core-libart.oat"</item>
|
||||
<item>"/apex/com.android.runtime/javalib/core-oj.jar"</item>
|
||||
<item>"/apex/com.android.runtime/javalib/core-libart.jar"</item>
|
||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||
<item>"/product/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
|
||||
<item>"/product/priv-app/SystemUIGoogle/oat/arm64/SystemUIGoogle.odex"</item>
|
||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Should the pinner service pin the Camera application? -->
|
||||
<bool name="config_pinnerCameraApp">true</bool>
|
||||
|
||||
<!-- Should the pinner service pin the Home application? -->
|
||||
<bool name="config_pinnerHomeApp">true</bool>
|
||||
|
||||
<!-- List of files pinned by the Pinner Service with the apex boot image b/119800099 -->
|
||||
<string-array translatable="false" name="config_apexBootImagePinnerServiceFiles">
|
||||
<item>"/system/framework/framework.jar"</item>
|
||||
<item>"/system/framework/services.jar"</item>
|
||||
<item>"/system/framework/arm64/apex.oat"</item>
|
||||
<item>"/system/framework/arm64/apex-core-libart.oat"</item>
|
||||
<item>"/apex/com.android.runtime/javalib/core-oj.jar"</item>
|
||||
<item>"/apex/com.android.runtime/javalib/core-libart.jar"</item>
|
||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||
<item>"/system/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
|
||||
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user