commit | 233336e8a8be50ae341b8cf90fc9054f752e0cd0 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed May 20 02:14:04 2020 +0000 |
committer | Bob Badour <bbadour@google.com> | Wed May 20 02:14:04 2020 +0000 |
tree | 1338bd3bacd08c76ef97c94c62e31923ea062dd8 | |
parent | a553cc828ef1a1a9e59133f6aa1aaa1d267b7b79 [diff] |
Revert "Delete deps-license target." This reverts commit a553cc828ef1a1a9e59133f6aa1aaa1d267b7b79. Reason for revert: atest has code that tries to build the target Change-Id: I46902b3930a5a73aa3e5a15f29e0bb0246e59250
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.