mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Adjust pinned files following runtime module work.
Test: adb shell dumpsys pinner Bug: 119868597 Change-Id: I44ef66fd56b6bb64b09976561b734a77b09331dd
This commit is contained in:
parent
b4b610fc13
commit
6275607c04
1 changed files with 13 additions and 2 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue