commit | 99690daccc2f6e31dfb04b000c0c4df70fd26bf2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jan 29 16:07:08 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 29 16:07:08 2024 +0000 |
tree | 463c183b5a6f6c9faf1014c1c2811ff28b6f404b | |
parent | 341c58e46a57bcfbd855cd247b708851919cbd8b [diff] | |
parent | c0e7137bf47323d9b2bed2acf5b6e058d002b643 [diff] |
Merge "aconfig: fix workspace resolver warning" into main am: bc7f1a2e67 am: c0e7137bf4 Original change: https://android-review.googlesource.com/c/platform/build/+/2932072 Change-Id: I733feacbe708218e8363495ac61922bd83179103 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.