diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2019-02-20 15:31:56 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-19 15:09:38 +0200 |
commit | 44807712894d45e67c64fd85afec0abfd67ba897 (patch) | |
tree | 2c5fa34d61cc9fd2dbdd53689d257c04f3a14943 /overlay/frameworks | |
parent | c563807f7bced735635540454bfcb3a884ed2dce (diff) |
msm8996-common: Add a new list of pinned file for the JIT in zygote experiment.
Bug: 119800099
Test: adb shell dumpsys pinner
Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 434f73b..63b6b4d 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -498,6 +498,19 @@ <!-- Should the pinner service pin the Camera application? --> <bool name="config_pinnerCameraApp">true</bool> + <!-- List of files pinned by the Pinner Service with the apex boot image b/119800099 --> + <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/SystemUIGoogle/SystemUIGoogle.apk"</item> + <item>"/system/lib64/libsurfaceflinger.so"</item> + </string-array> + <!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently in hardware. --> <bool name="config_setColorTransformAccelerated">true</bool> |