commit | a42d6702e836c50a33d7e4bfdd771779e05e35a2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Fri Nov 03 22:29:33 2017 -0700 |
committer | Elliott Hughes <[email protected]> | Sat Nov 04 17:06:58 2017 +0000 |
tree | b1a3c3f95fc4c0a61fa9934fe9419dc4ee5538d4 | |
parent | 8bb04d35ec746885d9b5196c797c4668966c8773 [diff] [blame] |
Really fix build. Bug: N/A Exempt-From-Owner-Approval: build fix Test: builds (ran build_rs.py this time rather than mm) Change-Id: I95cf51551d7a8a576e0dbe9110e7cdd49c649e3a
diff --git a/build_rs.py b/build_rs.py index 3331c58..e2e5026 100755 --- a/build_rs.py +++ b/build_rs.py
@@ -219,7 +219,7 @@ product_to_arch = { 'generic': 'arm', 'generic_arm64': 'arm64', - 'generic_mips': 'mips', + # 'generic_mips': 'mips', # 'generic_mips64': 'mips64el', 'generic_x86': 'x86', 'generic_x86_64': 'x86_64',