OSDN Git Service

Tell Soong about HOST_CROSS_*
authorDan Willemsen <dwillemsen@google.com>
Tue, 9 Feb 2016 22:55:13 +0000 (14:55 -0800)
committerDan Willemsen <dwillemsen@google.com>
Wed, 10 Feb 2016 00:00:14 +0000 (16:00 -0800)
commitd6e3b841850d9a607eb9c841d9fa1836feedee5f
tree62726838f7b082452a516057fa7a28b2802f00d7
parent8c4f25f12fe0fe8265fb8849cf7cb2fc482ae7e5
Tell Soong about HOST_CROSS_*

This configures Soong to build windows binaries, which requires support
for 64-bit windows binaries in BUILD_PREBUILT for USE_SOONG=true.

module_arch_supported.mk did not support 64-bit being the secondary
architecture when evaluating multilib conditionals. All other uses of
HOST_*_IS_64_BIT already check the proper version.

Change-Id: Iff664733e6991f4adbe8ddd620b091bbb55d1d86
core/module_arch_supported.mk
core/prebuilt.mk
core/soong.mk