commit | b9db480385745a9f42ea3f49a16877cb048960a9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jun 03 01:50:47 2016 +0000 |
committer | Colin Cross <ccross@android.com> | Fri Jun 03 01:50:47 2016 +0000 |
tree | 78705832794502be088258aaeda9efc9a2793188 | |
parent | 54c7112c4325426eabda5fa96a8d3c4f61cb8cc7 [diff] [blame] |
Revert "Simplify arch target handling" This reverts commit 6713fb26cbcadf525cd75e47d7d0cbc23d282b3e. Change-Id: Ic473cea2563b0b37dc08b0bc5d3a0ac8c4b6afe6
diff --git a/cc/mips_device.go b/cc/mips_device.go index f9dc5c6..0dbbbd7 100644 --- a/cc/mips_device.go +++ b/cc/mips_device.go
@@ -248,5 +248,5 @@ } func init() { - registerToolchainFactory(android.Android, android.Mips, mipsToolchainFactory) + registerDeviceToolchainFactory(android.Mips, mipsToolchainFactory) }