commit | 105ea3d7266647d9d076693086a896a159750546 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jan 11 12:48:06 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 11 12:48:06 2024 +0000 |
tree | 589668861e94e7321790285f8b7158d5855a9317 | |
parent | 6937a040610a742765e5178d9e632ed51f5ab127 [diff] | |
parent | 51665cf02b87e6fe162c751671a3d6ed67e0b0b3 [diff] |
Merge "Metadata tool correction: Output empty proto in case of no input" into main am: 51665cf02b Original change: https://android-review.googlesource.com/c/platform/build/+/2906355 Change-Id: I5dd8f9271716e4fb648ad8772b772dfaa6f9bf8c 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.