commit | ebdefc0c76802d0d5c09fcce9a993b8aab0e6575 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Sat Feb 12 15:39:22 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Mar 16 05:46:06 2022 -0700 |
tree | 9dc7ea6f888d0359688791777ae3f94bbd044946 | |
parent | 7003c451666bc9457fe1894a630575e562759b61 [diff] |
Notice files and non-module targets. Bug: 68860345 Bug: 151177513 Bug: 151953481 Bug: 213388645 Bug: 210912771 Test: m nothing reportmissinglicenses Change-Id: Icdb11d3c72b180cd02231e8dc98ae500d6566a98 Merged-in: Icdb11d3c72b180cd02231e8dc98ae500d6566a98
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.