aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/arch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/arch.go b/common/arch.go
index 28b5dd63..4dd01c30 100644
--- a/common/arch.go
+++ b/common/arch.go
@@ -149,7 +149,7 @@ type archProperties struct {
// X86 arch variants
X86_ssse3 interface{} `blueprint:"filter(android:\"arch_variant\")"`
- X86_sse4 interface{} `blueprint:"filter(android:\"arch_variant\")"`
+ X86_sse4 interface{} `blueprint:"filter(android:\"arch_variant\")"`
// X86 cpu variants
Atom interface{} `blueprint:"filter(android:\"arch_variant\")"`