platform_build/core/combo
Jiyong Park e80c45f6ac HOST_CROSS_OS/ARCH can be configured to linux_bionic/arm64
Previously, HOST_CROSS_OS/ARCH were fixed to windows/x86. This change
makes the setting configuration and adds the support for new OS/ARCH
combo: linux_bionic/arm64.

linux_bionic is the Linux-based host target that uses Bionic (instead of
glibc) as libc. Previously, it supported only x86_64 and the x86_64
target was NOT configured via Make, but directly via editing
soong.variables file. Now, the support for arm64 is being added in the
Soong side and this change makes it possible to configure the target via
Make.

The new HOST_CROSS_OS/ARCH combo will be used for building the host-side
tools (adb, crosvm, etc.) for running Cuttlefish natively on Linux/ARM
hosts.

Bug: 159685774
Test: HOST_CROSS_OS=linux_bionic HOST_CROSS_ARCH=arm64 m nothing

Change-Id: I6b8ed8f7e26908749bbe778fbdcc34cfbde68179
2020-09-09 17:38:25 +09:00
..
arch Remove unused BoardConfig variables. 2019-07-18 21:43:38 -07:00
fdo.mk Support "LOCAL_FDO_SUPPORT := always". 2015-03-13 11:36:15 -07:00
HOST_CROSS_linux_bionic-arm64.mk HOST_CROSS_OS/ARCH can be configured to linux_bionic/arm64 2020-09-09 17:38:25 +09:00
HOST_CROSS_windows-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_CROSS_windows-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
HOST_darwin-x86_64.mk Switch to toybox stat on macOS too. 2019-09-05 10:02:41 -07:00
HOST_linux-x86.mk Switch to toybox stat on macOS too. 2019-09-05 10:02:41 -07:00
HOST_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
javac.mk Tune JVM, print full diagnostics on crash. 2019-06-11 13:29:12 -07:00
select.mk Add back the llvm-ar P flag 2019-09-06 15:19:59 -07:00
TARGET_linux-arm.mk Update language to meet Android's inclusive language guidance 2020-07-30 15:05:55 -07:00
TARGET_linux-arm64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00
TARGET_linux-x86_64.mk Remove unnecessary variables 2016-05-25 21:23:20 -07:00