Sanders : Add a new list of pinned file for the JIT in zygote experiment.

Change-Id: I474a006b9f0c410d711dc883ce327b2ae269c039
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
Nicolas Geoffray
2019-02-20 15:34:22 +00:00
committed by ronaxdevil
parent 88ca3bf486
commit 326f073d40

View File

@@ -380,6 +380,17 @@
<!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">true</bool>
<!-- List of files pinned by the Pinner Service with the apex boot image -->
<string-array translatable="false" name="config_apexBootImagePinnerServiceFiles">
<item>"/system/framework/framework.jar"</item>
<item>"/system/framework/services.jar"</item>
<item>"/system/framework/arm64/apex.oat"</item>
<item>"/system/framework/arm64/apex-core-libart.oat"</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>
</string-array>
<!-- Whether the display blanks itself when transition from a doze to a non-doze state -->
<bool name="config_displayBlanksAfterDoze">true</bool>