commit | 8820840d5701cbce8f2c4015e9da85a2eb86d8f7 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Oct 19 00:30:37 2021 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Dec 08 09:26:27 2021 -0800 |
tree | 4417e11f42205eb043d47120cc17aa68b88571c7 | |
parent | 1295bc51383913eddfa76fb2f9c6e22cac102a4b [diff] |
Add basic Darwin+Arm64 support as HOST_CROSS Soong will use this to turn on universal binary support (X86_64 + Arm64 in the same binary). Bug: 203607969 Test: m sdk-repo-platform-tools sdk-repo-build-tools on Mac Change-Id: I04612136a42e85f4add95202ce20e741d9aaa302
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.