aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 3fc30a03b5..2056c4274f 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -294,8 +294,7 @@ with open('Android.bp', 'w') as f:
defs['ssse3'] +
defs['sse41'] +
defs['sse42'] +
- defs['avx' ] +
- defs['hsw' ])),
+ defs['avx' ])),
'tool_cflags' : bpfmt(8, tool_cflags),
'tool_shared_libs' : bpfmt(8, tool_shared_libs),