Revert "Revert "sdm710-common: Add a new list of pinned file for the JIT in zygote experiment.""
This reverts commit 228771ede1
.
This commit is contained in:
parent
be7ee5f68d
commit
3becd76fa4
1 changed files with 13 additions and 0 deletions
|
@ -334,6 +334,19 @@
|
||||||
<item>/system/lib64/libblas.so</item>
|
<item>/system/lib64/libblas.so</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
<item>"/system/priv-app/SystemUI/SystemUI.apk"</item>
|
||||||
|
<item>"/system/lib64/libsurfaceflinger.so"</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
|
||||||
in hardware. -->
|
in hardware. -->
|
||||||
<bool name="config_setColorTransformAccelerated">true</bool>
|
<bool name="config_setColorTransformAccelerated">true</bool>
|
||||||
|
|
Loading…
Reference in a new issue