Skip to content
Snippets Groups Projects
Commit 92f6f3a1 authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Dhina17
Browse files

onclite: Remove odex/oat files from pinner list.

The pinner now asks the runtime for these files.

Test: adb shell dumpsys pinner
Bug: 144773394
Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02
Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
parent 5a3a4ac9
No related branches found
No related tags found
No related merge requests found
......@@ -299,10 +299,8 @@
<!-- Default list of files pinned by the Pinner Service -->
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
<item>/system/bin/surfaceflinger</item>
<item>/system/framework/arm64/boot-framework.oat</item>
<item>/system/framework/framework.jar</item>
<item>/system/framework/oat/arm64/services.odex"</item>
<item>/system/framework/services.jar"</item>
<item>/system/framework/services.jar</item>
<item>/system/lib64/libRScpp.so</item>
<item>/system/lib64/libRS.so</item>
<item>/system/lib64/libRS_internal.so</item>
......@@ -315,15 +313,6 @@
<item>/apex/com.android.media/javalib/updatable-media.jar</item>
</string-array>
<!-- List of files pinned by the Pinner Service with the JIT boot image -->
<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>
</string-array>
<!-- Flag indicating whether we should enable smart battery. -->
<bool name="config_smart_battery_available">true</bool>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment