commit | 7ceafdaf347937aba2df26f52dd53f20d4e5d853 | [log] [tgz] |
---|---|---|
author | Ulyana Trafimovich <skvadrik@google.com> | Thu May 13 09:52:38 2021 +0000 |
committer | Ulyana Trafimovich <skvadrik@google.com> | Thu May 13 09:52:38 2021 +0000 |
tree | 8188a4f2e7e6b5115a44d78a4c56a65ad975aced | |
parent | a700ad4651db39124a7874aa1275f3ee19f46452 [diff] |
Revert^2 "Enforce <uses-library> check for Android.mk modules." This reverts commit a700ad4651db39124a7874aa1275f3ee19f46452. Reason for revert: relanding original CL with correct Merged-In tag. Use "Merged-In" tag from CL ag/14062434 to prevent merging in the stage-aosp-master branch. That CL is unrelated to the current CL, but related to <uses-library> checks in general. Bug: 132357300 Change-Id: I10de5b56c51a0407bf027e0be5ac3b0b307cf100 Test: treehugger Merged-In: I21712e5197b3cb06e82e476f4c2f7277142034e9
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.