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

Commit e5c49d54 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Remove references to libc_scudo.

As scudo is now the default native allocator, there is no need to
keep this library around.

Test: Builds and walleye boots.
Change-Id: I98e37eea78198223be6c4434891a8261d6d74e39
parent b55b1586
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -15,18 +15,6 @@ cc_binary {
        "libmedia_codecserviceregistrant",
    ],

    target: {
        android: {
            product_variables: {
                malloc_not_svelte: {
                    // Scudo increases memory footprint, so only enable on
                    // non-svelte devices.
                    shared_libs: ["libc_scudo"],
                },
            },
        },
    },

    header_libs: [
        "libmedia_headers",
    ],
+0 −11
Original line number Diff line number Diff line
@@ -35,17 +35,6 @@ cc_binary {
        "liblog",
        "libavservices_minijail",
    ],
    target: {
        android: {
            product_variables: {
                malloc_not_svelte: {
                    // Scudo increases memory footprint, so only enable on
                    // non-svelte devices.
                    shared_libs: ["libc_scudo"],
                },
            },
        },
    },
    init_rc: ["mediaextractor.rc"],

    cflags: [
+0 −12
Original line number Diff line number Diff line
@@ -51,18 +51,6 @@ cc_binary {
        "mediatranscoding_aidl_interface-ndk_platform",
    ],

    target: {
        android: {
            product_variables: {
                malloc_not_svelte: {
                    // Scudo increases memory footprint, so only enable on
                    // non-svelte devices.
                    shared_libs: ["libc_scudo"],
                },
            },
        },
    },

    init_rc: ["mediatranscoding.rc"],

    cflags: [