Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f913cf1d authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by TheMalachite
Browse files

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

Bug: 119800099
Test: adb shell dumpsys pinner
Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
parent c9b42346
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -42,6 +42,19 @@
        <item>/system/lib64/libblas.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/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>

    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         USB interfaces.  If the device doesn't want to support tething over USB this should
         be empty.  An example would be "usb.*" -->