vendor/rockchip/common/apps/RockchipPinnerService/arm64/res/values/config.xml

30 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>"/system/framework/arm64/boot.oat"</item>
<item>"/system/framework/arm64/boot-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.conscrypt/javalib/conscrypt.jar"</item>>
<item>"/apex/com.android.conscrypt/lib64/libjavacrypto.so"</item>>
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/services.jar"</item>
<item>"/system/framework/arm64/boot-framework.oat"</item>
<item>"/system/framework/oat/arm64/services.odex"</item>
<!--item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item-->
<!--item>"/system_ext/priv-app/SystemUI/oat/arm64/SystemUI.odex"</item-->
</string-array>
<!-- List of files pinned by the Pinner Service with the JIT Zygote boot image b/119800099 -->
<string-array translatable="false" name="config_jitzygoteBootImagePinnerServiceFiles">
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/services.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.media/javalib/updatable-media.jar"</item>
<!--item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item-->
</string-array>
</resources>