commit | 6d9c57735966688622440cf656ca991d44d67fcf | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 30 21:44:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 21:44:01 2022 +0000 |
tree | a8aeb9f7587a0277dcd4e243a777da3ac04cde67 | |
parent | 42d34135bea5a3f23aeb84253db59d7ad71ac2b7 [diff] | |
parent | f1d08ac90630094a4d13b6fe2d2cadbfba787026 [diff] |
Merge "Build modules from source for module products." am: 06f7176fc6 am: cbe2b0a7a9 am: f1d08ac906 Original change: https://android-review.googlesource.com/c/platform/build/+/2020203 Change-Id: Ic402f43b7ab810dc7a7039dcdd816e211c4ffee4 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.