commit | 1f6bd5f7630c4d80e784bd9332e232534da4b345 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Nov 09 12:39:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 09 12:39:27 2021 +0000 |
tree | c8b7152f89c3b41d3f70c88fc013c316f70504d3 | |
parent | 6204ce58c4530ffc0e2edae004661facbb72eb97 [diff] | |
parent | 25a7176c8e9fe2b52d689ed84b27d66fd20b3d99 [diff] |
Merge "Add missing dependency from module name to symlinks" am: a421192568 am: dcb9d51f9d am: be4ee8430d am: 25a7176c8e Original change: https://android-review.googlesource.com/c/platform/build/+/1883262 Change-Id: Ifc086766b863314e3cc655bb7d72fa6c8d9ad25c
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.