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

Commit 9625883d authored by Arne Coucheron's avatar Arne Coucheron
Browse files

stagefright: Move QCOM_BSP_LEGACY flag to correct blueprint file

In Pie the bufferqueue sources were moved to a new folder.

Change-Id: If56dd48a178658b8b8e261ef0d3851f7fbdc8475
parent 0962a3e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -55,6 +55,14 @@ cc_library_shared {
        "-Wno-documentation",
    ],

    product_variables: {
        lineage: {
            uses_qcom_bsp_legacy: {
                cppflags: ["-DQCOM_BSP_LEGACY"],
            },
        },
    },

    sanitize: {
        misc_undefined: [
            "signed-integer-overflow",
+0 −8
Original line number Diff line number Diff line
@@ -72,14 +72,6 @@ cc_library_shared {
        "-Wno-documentation",
    ],

    product_variables: {
        lineage: {
            uses_qcom_bsp_legacy: {
                cppflags: ["-DQCOM_BSP_LEGACY"],
            },
        },
    },

    sanitize: {
        misc_undefined: [
            "signed-integer-overflow",