Remove odex/oat files from pinner list.
The pinner now asks the runtime for odex/oat/vdex files. Test: adb shell dumpsys pinner Bug: 144773394 Bug: 182593454 Change-Id: Idd26c511f5dbdcb29ded55170b8460f3c81a1ea3
This commit is contained in:
parent
3ddb599459
commit
2968f7ed45
1 changed files with 0 additions and 5 deletions
|
@ -224,17 +224,12 @@
|
||||||
|
|
||||||
<!-- 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>"/apex/com.android.art/javalib/arm64/boot.oat"</item>
|
|
||||||
<item>"/apex/com.android.art/javalib/arm64/boot-core-libart.oat"</item>
|
|
||||||
<item>"/apex/com.android.art/javalib/core-oj.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.art/javalib/core-libart.jar"</item>
|
||||||
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
<item>"/system/framework/framework.jar"</item>
|
<item>"/system/framework/framework.jar"</item>
|
||||||
<item>"/system/framework/services.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/SystemUIGoogle/SystemUIGoogle.apk"</item>
|
<item>"/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
|
||||||
<item>"/system_ext/priv-app/SystemUIGoogle/oat/arm64/SystemUIGoogle.odex"</item>
|
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Should the pinner service pin the Camera application? -->
|
<!-- Should the pinner service pin the Camera application? -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue