diff options
Diffstat (limited to 'common/arch.go')
| -rw-r--r-- | common/arch.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/arch.go b/common/arch.go index 08c570e7..ee1cfae6 100644 --- a/common/arch.go +++ b/common/arch.go @@ -264,6 +264,8 @@ type archProperties struct { Windows interface{} `blueprint:"filter(android:\"arch_variant\")"` // Properties for module variants being built to run on windows x86 hosts Windows_x86 interface{} `blueprint:"filter(android:\"arch_variant\")"` + // Properties for module variants being built to run on windows x86_64 hosts + Windows_x86_64 interface{} `blueprint:"filter(android:\"arch_variant\")"` // Properties for module variants being built to run on linux or darwin hosts Not_windows interface{} `blueprint:"filter(android:\"arch_variant\")"` } |
