commit | 3afc3004f2e8f18ee28205d3d63417e29cf5cd5e | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Nov 02 10:24:04 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Wed Nov 02 10:24:04 2022 -0700 |
tree | 5b532b98addc17efa1e05848c1e1372b9db26f28 | |
parent | 88b02afbf03125c170020e9a1aa54170f3af5ee6 [diff] |
Fix final nits from noticeindex change. Test: m droid dist cts alllicensemetadata Change-Id: Ie446e5693a09f4ae1c936cdae6f1e668105541f0
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.