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

Commit dad48282 authored by LuK1337's avatar LuK1337 Committed by Bruno Martins
Browse files

Updater: Migrate to `privapp_allowlist`

Change-Id: I52aa7e1d8a158be2a252d2949f5207551a1a4070
parent 1f919ece
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ android_app {

    platform_apis: true,
    privileged: true,
    privapp_allowlist: "org.lineageos.updater.xml",
    certificate: "platform",
    system_ext_specific: true,

@@ -40,19 +41,10 @@ android_app {
    },

    required: [
        "privapp_whitelist_org.lineageos.updater",
        "default-permissions_org.lineageos.updater"
    ],
}

prebuilt_etc {
    name: "privapp_whitelist_org.lineageos.updater",
    system_ext_specific: true,
    sub_dir: "permissions",
    src: "privapp_whitelist_org.lineageos.updater.xml",
    filename_from_src: true,
}

prebuilt_etc {
    name: "default-permissions_org.lineageos.updater",
    system_ext_specific: true,