commit | eccc461d0026583c94e598478d7903e7fcbee696 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jul 13 19:19:27 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Aug 25 11:01:11 2020 +0900 |
tree | c39e7ad449d5b6837ccfad94e4337dec9c71d882 | |
parent | 78439f466813bd93d2575e2c50aa2c81c85787ab [diff] |
Fix HOST_CROSS_OUT Previously, HOST_CROSS_OUT was defined with the assumption that windows_x86 is the only supported OS/Arch. In preparatio for Linux/ARM support, HOST_CROSS_OUT is now defined using HOST_CROSS_OS and HOST_CROSS_ARCH. Bug: 159685774 Test: m Change-Id: I0831c2885db37c44af4fd47bab8481bc885b4b7e
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.