msm8226-common: Adjust pinned files following runtime module work.

Test: adb shell dumpsys pinner
Bug: 119868597

Change-Id: I44ef66fd56b6bb64b09976561b734a77b09331dd
This commit is contained in:
Nicolas Geoffray 2019-02-11 10:43:21 +00:00 committed by RomanDesigner
parent b4b610fc13
commit 6275607c04

View file

@ -38,9 +38,20 @@
<!-- 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/arm/boot-framework.oat"</item>
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/oat/arm/services.odex"</item>
<item>"/system/framework/services.jar"</item>
<item>"/system/framework/arm/boot.oat"</item>
<item>"/system/framework/arm/boot-core-libart.oat"</item>
<item>"/system/framework/boot-core-libart.vdex"</item>
<item>"/system/priv-app/SystemUI/SystemUI.apk"</item> <item>"/system/priv-app/SystemUI/SystemUI.apk"</item>
<item>"/data/dalvik-cache/arm/system@priv-app@SystemUI@SystemUI.apk@classes.dex"</item> <item>"/product/priv-app/SystemUI/oat/arm/SystemUI.odex"</item>
<item>"/data/dalvik-cache/arm/system@priv-app@SystemUI@SystemUI.apk@classes.vdex"</item> <item>"/data/dalvik-cache/arm/system@product@priv-app@SystemUI@SystemUI.apk@classes.dex"</item>
<item>"/data/dalvik-cache/arm/system@product@priv-app@SystemUI@SystemUI.apk@classes.vdex"</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/lib/libsurfaceflinger.so"</item> <item>"/system/lib/libsurfaceflinger.so"</item>
</string-array> </string-array>