commit | 10f5c48b237d5e53bfc7e341a90641cb884485f1 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Sep 20 21:44:17 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Tue Sep 20 21:50:08 2022 -0700 |
tree | c0193e8cd7c84d21d0a2ed172ee279cca11e99f9 | |
parent | 994c4a2583cd7d38e7650c4eafc39b6b6f68906c [diff] |
Policy change: GPL+CE is permissive. Bug: 210546823 Test: m cts compliance_checkshare compliancenotice_bom \ compliancenotice_shippedlibs compliance_listshare \ compliance_dumpgraph compliance_dumpresolutions htmlnotice \ compliance_rtrace textnotice xmlnotice Change-Id: I7da36972ffbb1494e33fd63db8e5ec851d47704c
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.