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

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

bismuth: overlay: Adjust pinned files following runtime module work.

Test: adb shell dumpsys pinner
Bug: 119868597
Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
parent d827978e
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -14,6 +14,34 @@
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- Default list of files pinned by the Pinner Service -->
    <string-array name="config_defaultPinnerServiceFiles">
        <item>/system/framework/arm/boot-core-libart.oat</item>
        <item>/system/framework/arm/boot-framework.oat</item>
        <item>/system/framework/arm/boot.oat</item>
        <item>/system/framework/arm64/boot-core-libart.oat</item>
        <item>/system/framework/arm64/boot-framework.oat</item>
        <item>/system/framework/arm64/boot.oat</item>
        <item>/system/framework/framework.jar</item>
        <item>/system/framework/oat/arm/services.odex</item>
        <item>/system/framework/oat/arm64/services.odex</item>
        <item>/system/framework/services.jar</item>
        <item>/apex/com.android.media/javalib/updatable-media.jar</item>
        <item>/apex/com.android.runtime/javalib/core-libart.jar</item>
        <item>/apex/com.android.runtime/javalib/core-oj.jar</item>
        <item>/product/priv-app/SystemUI/SystemUI.apk</item>
        <item>/product/priv-app/SystemUI/oat/arm64/SystemUI.odex</item>
        <item>/system/lib64/libsurfaceflinger.so</item>
        <item>/system/lib64/libRS.so</item>
        <item>/system/lib64/libRSCpuRef.so</item>
        <item>/system/lib64/libRSDriver.so</item>
        <item>/system/lib64/libRS_internal.so</item>
        <item>/system/lib64/libRScpp.so</item>
        <item>/system/lib64/libbcinfo.so</item>
        <item>/system/lib64/libblas.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.*" -->