diff options
author | Dan Willemsen <dwillemsen@google.com> | 2015-11-24 17:53:15 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2015-11-30 15:28:31 -0800 |
commit | 490fd4955747c9d3715954359d72937960f02a22 (patch) | |
tree | 3b4ae5b86149ee178f60c21faf65e03ad7e23a51 /Android.bp | |
parent | 3b336c20566becb20324e25deb52ee08d8b1f9f8 (diff) | |
download | build_soong-490fd4955747c9d3715954359d72937960f02a22.tar.gz build_soong-490fd4955747c9d3715954359d72937960f02a22.tar.bz2 build_soong-490fd4955747c9d3715954359d72937960f02a22.zip |
Support cross-compiling Windows binaries on Linux
This defines another mutator between HostOrDevice and Arch that will
expand host modules into a module for each host type
(Darwin/Linux/Windows) that is currently being built.
Change-Id: I4c8ac6b616c229f6bd45ad8a35902652fb6a4fff
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ bootstrap_go_package { "cc/x86_darwin_host.go", "cc/x86_linux_host.go", + "cc/x86_windows_host.go", ], testSrcs: [ "cc/cc_test.go", |