commit | c1d5df78f47f21841c60b3577a2b755c2d825c64 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Mar 23 21:11:56 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 23 21:11:56 2023 +0000 |
tree | c2f3c4070c2da1a000de33b86a2897f8b5140b73 | |
parent | 40167b0380e6aa9edcb019612f830bb49c1d8b01 [diff] | |
parent | 45c93c3a81d1733369769cc8b36818cf44388494 [diff] |
Merge "Add a test for b builds with --" am: 26737b6bf3 am: 45c93c3a81 Original change: https://android-review.googlesource.com/c/platform/build/+/2504375 Change-Id: I21efe6960140d5ded39141800236bd5bbffa5e98 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.