sdm845-common: Update pinner files for Q

Change-Id: I46c9b23d9c01ab9c56edee1363ac7a5e331f7788
This commit is contained in:
Luca Stefani 2019-09-13 00:13:28 +02:00 committed by LuK1337
parent 52523b4d21
commit 596bd97aa0

View file

@ -296,13 +296,17 @@
<!-- Default list of files pinned by the Pinner Service --> <!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles"> <string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/system/framework/arm64/boot-framework.oat"</item> <item>"/system/framework/arm64/boot-framework.oat"</item>
<item>"/system/framework/boot-framework.vdex"</item> <item>"/system/framework/framework.jar"</item>
<item>"/system/framework/oat/arm64/services.odex"</item> <item>"/system/framework/oat/arm64/services.odex"</item>
<item>"/system/framework/oat/arm64/services.vdex"</item> <item>"/system/framework/services.jar"</item>
<item>"/system/framework/arm64/boot.oat"</item> <item>"/system/framework/arm64/boot.oat"</item>
<item>"/system/framework/boot.vdex"</item>
<item>"/system/framework/arm64/boot-core-libart.oat"</item> <item>"/system/framework/arm64/boot-core-libart.oat"</item>
<item>"/system/framework/boot-core-libart.vdex"</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.media/javalib/updatable-media.jar"</item>
<item>"/product/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/product/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>
</string-array> </string-array>
<!-- Should the pinner service pin the Camera application? --> <!-- Should the pinner service pin the Camera application? -->
@ -311,6 +315,19 @@
<!-- Should the pinner service pin the Home application? --> <!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool> <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.art/javalib/core-oj.jar"</item>
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/product/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/system/lib64/libsurfaceflinger.so"</item>
</string-array>
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. --> autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool> <bool name="config_showNavigationBar">true</bool>