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

Commit 05b6702a authored by Christopher Ferris's avatar Christopher Ferris Committed by Android (Google) Code Review
Browse files

Merge "Remove references to libc_scudo." into rvc-dev-plus-aosp

parents e7c9e268 9f495bea
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
@@ -44,18 +44,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: [