commit | a700ad4651db39124a7874aa1275f3ee19f46452 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Wed May 12 22:20:12 2021 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Wed May 12 22:20:12 2021 +0000 |
tree | e977783a279b26a1bb54d2c02ecc739dbf331f6b | |
parent | 0b154519b01428f823d1360b516e07664a093a96 [diff] |
Revert "Enforce <uses-library> check for Android.mk modules." This reverts commit 0b154519b01428f823d1360b516e07664a093a96. Reason for revert: breaks the builds on stage-aosp-master Change-Id: I72b45041ea8f1d73a57a2788a79183150c12e547
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.