commit | b64b2fcfe1405a501211f77e4d6bc19dc45fb37b | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Fri Jun 09 23:48:35 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jun 09 23:48:35 2023 +0000 |
tree | bab59de6d369f45958618034494dc38340477b21 | |
parent | 5caa1181c5dbad4ec6f86ef1b54322bd7a72b7ee [diff] | |
parent | d47d8e8636c6b2bf05795a1c86d8d297fb1c5539 [diff] |
Merge "Fix build breakage" am: ed1e3b50f3 am: d1ac3e6971 am: d433bbae25 am: d47d8e8636 Original change: https://android-review.googlesource.com/c/platform/build/+/2618395 Change-Id: I8a950506275b8aaad025a08cd62cc4fd108bd0bd 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.