diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2021-03-07 13:30:50 +0530 |
|---|---|---|
| committer | Tony Jose <gmoto1179@gmail.com> | 2021-03-17 22:41:27 +0530 |
| commit | 871904884eed1d1bc65f4629aa7669c767967d2a (patch) | |
| tree | c8eb01c9ccee16bae64441486cd524bb00c60b7b | |
| parent | 5a0d46ae8746a4b450218bf0669a5ef3ef337258 (diff) | |
merlin: Add a new list of pinned file for the JIT in zygote experiment
Bug: 119800099
Test: adb shell dumpsys pinner
Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 6 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 93ce3ee..1abe18c 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -83,4 +83,10 @@ <item>"/system_ext/priv-app/SystemUI/oat/arm/SystemUI.odex"</item> <item>"/system/lib/libsurfaceflinger.so"</item> </string-array> + + <!-- List of files pinned by the Pinner Service with the apex boot image b/119800099 --> + <string-array translatable="false" name="config_apexBootImagePinnerServiceFiles"> + <item>"/system_ext/priv-app/SystemUI/SystemUI.apk"</item> + <item>"/system/lib/libsurfaceflinger.so"</item> + </string-array> </resources> |
