aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/arch.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/arch.go b/common/arch.go
index c0e63eb0..3d685e5b 100644
--- a/common/arch.go
+++ b/common/arch.go
@@ -135,6 +135,10 @@ type archProperties struct {
// Mips arch variants
Mips_rev6 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+ // X86 arch variants
+ X86_sse3 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+ X86_sse4 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+
// X86 cpu variants
Atom interface{} `blueprint:"filter(android:\"arch_variant\")"`
Silvermont interface{} `blueprint:"filter(android:\"arch_variant\")"`