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
This commit is contained in:
Peter Collingbourne
2020-12-21 14:08:38 -08:00
parent c7906266c5
commit b5de6041d5

View File

@@ -311,12 +311,6 @@ cc_library_shared {
},
},
product_variables: {
experimental_mte: {
cflags: ["-DANDROID_EXPERIMENTAL_MTE"],
},
},
// Workaround Clang LTO crash.
lto: {
never: true,