summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Peter Collingbourne <pcc@google.com> 2020-12-21 14:08:38 -0800
committer Peter Collingbourne <pcc@google.com> 2021-01-11 10:55:51 -0800
commitb2ec09d89cf0c927fdb8b845d8bb99052e16e90b (patch)
tree0511945644cd23ce61946d6d1917df9cdc94f3c5 /android/variable.go
parent4f4f8ebd3fbc10e32fd102e2cce987a0edfb7781 (diff)
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
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go6
1 files changed, 0 insertions, 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"`