From b2ec09d89cf0c927fdb8b845d8bb99052e16e90b Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 21 Dec 2020 14:08:38 -0800 Subject: [PATCH] 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 --- android/variable.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android/variable.go b/android/variable.go index 7532797b8..9786b9f66 100644 --- a/android/variable.go +++ b/android/variable.go @@ -139,10 +139,6 @@ type variableProperties struct { Enabled *bool } - Experimental_mte struct { - Cflags []string `android:"arch_variant"` - } `android:"arch_variant"` - Native_coverage struct { Src *string `android:"arch_variant"` Srcs []string `android:"arch_variant"` @@ -264,8 +260,6 @@ type productVariables struct { DisableScudo *bool `json:",omitempty"` - Experimental_mte *bool `json:",omitempty"` - VendorPath *string `json:",omitempty"` OdmPath *string `json:",omitempty"` ProductPath *string `json:",omitempty"`