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

Commit a80509ca authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Remove references to libc_scudo."

parents 4b34c698 bc282376
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
@@ -29,17 +29,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"],

    include_dirs: ["frameworks/av/media/libmedia"],