• Dan Willemsen's avatar
    Tell Soong about HOST_CROSS_* · fe7f7371
    Dan Willemsen authored
    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.
    
    (cherry picked from commit d6e3b841)
    
    Change-Id: I99cb69ea1756b8258f15d3630c75c9ffe277aaef
    fe7f7371
module_arch_supported.mk 2.31 KB