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

Commit 9c5c5825 authored by Maciej Żenczykowski's avatar Maciej Żenczykowski Committed by Automerger Merge Worker
Browse files

DnsResolver apex - add a NetBpfLoad-S.flag for bpf_existence_test am: 6aabebe0 am: 4c1dc2f1

parents c27dc1c8 4c1dc2f1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -22,6 +22,14 @@ package {
    default_applicable_licenses: ["packages_modules_DnsResolver_license"],
}

prebuilt_root {
    name: "NetBpfLoad-S.flag",
    src: "NetBpfLoad-S.flag",
    filename: "NetBpfLoad-S.flag",
    install_in_root: true,  // ie. in root of apex, not under 'root'
    installable: false,
}

apex {
    name: "com.android.resolv",
    manifest: "manifest.json",
@@ -40,6 +48,10 @@ apex {
    // Whether it actually will be compressed is controlled on per-device basis.
    compressible: true,

    prebuilts: [
        "NetBpfLoad-S.flag",
    ],

    // IMPORTANT:  q-launched-apex-module enables the build system to make
    // sure the package compatible to Android 10 in two ways:
    // - build the APEX package compatible to Android 10

apex/NetBpfLoad-S.flag

0 → 100644
+0 −0

Empty file added.