Merge "Remove ANDROID_EXPERIMENTAL_MTE."
This commit is contained in:
commit
016370b146
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue