commit | e728051f12ffad94814edcca41f958139ae129e5 | [log] [tgz] |
---|---|---|
author | Tiffany Yang <ynaffit@google.com> | Wed Jul 12 18:50:28 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jul 12 18:50:28 2023 +0000 |
tree | 38be8f00f309f29a67f626d54ca3be8c3c7d22f7 | |
parent | 11eef9ca28a5951f8f94522fb2a2d589e708da14 [diff] | |
parent | b8306086d3b4280982c350afaa32a26b2c7a07a3 [diff] |
Merge "Make common signature system property definitions optional" into main am: b8306086d3 Original change: https://android-review.googlesource.com/c/platform/build/+/2609473 Change-Id: Ieb8b84d340f2308255ad2f23e5ac23635fb680de 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.