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

Commit ca3641a4 authored by Michael Bestas's avatar Michael Bestas
Browse files

Etar: Set initial package stopped state

Change-Id: Ib3068a56543803fbe81d01f65f1b00d12e505bcd
parent ff140c0a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ android_app {

    required: [
        "org.lineageos.etar.allowlist",
        "initial-package-stopped-states-org.lineageos.etar",
        "preinstalled-packages-org.lineageos.etar",
    ],
}
@@ -81,6 +82,14 @@ prebuilt_etc {
    filename_from_src: true,
}

prebuilt_etc {
    name: "initial-package-stopped-states-org.lineageos.etar",
    product_specific: true,
    sub_dir: "sysconfig",
    src: "initial-package-stopped-states-org.lineageos.etar.xml",
    filename_from_src: true,
}

prebuilt_etc {
    name: "preinstalled-packages-org.lineageos.etar",
    product_specific: true,
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2024 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<config>
    <initial-package-state package="org.lineageos.etar" stopped="false"/>
</config>