commit | ee35c2562998f865db4e34fa9ada1c812d627965 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue May 31 11:16:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 31 11:16:17 2022 +0000 |
tree | ec43c761105436233f63f230d84a37f90d32499c | |
parent | 19dcd91ba8d8fc12587077715de87cf96f345425 [diff] | |
parent | 10129759b5335542b972a16a1a9695da422420a4 [diff] |
Merge "Change default arch for banchan to arm64" am: 3f65d6d834 am: 10129759b5 Original change: https://android-review.googlesource.com/c/platform/build/+/2105084 Change-Id: I5ae8d4e3bb2cacd79380e9dbd86e3f13d176d462 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.