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

Commit b5de6041 authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Remove ANDROID_EXPERIMENTAL_MTE.

Now that the feature guarded by this flag has landed in Linux 5.10
we no longer need the flag, so we can remove it.

Bug: 135772972
Change-Id: I02fa50848cbd0486c23c8a229bb8f1ab5dd5a56f
parent c7906266
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -311,12 +311,6 @@ cc_library_shared {
        },
    },

    product_variables: {
        experimental_mte: {
            cflags: ["-DANDROID_EXPERIMENTAL_MTE"],
        },
    },

    // Workaround Clang LTO crash.
    lto: {
        never: true,