commit | e5b7a4205e5de62393a944eecc0f70e204ac6153 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Dec 01 11:44:14 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Thu Dec 01 17:56:33 2022 -0800 |
tree | dadc1f4803247d43dd5140c68ec0e49457dfb7bc | |
parent | dd026fce63c5378e8305b86b48c79bf57b192ce0 [diff] |
Fix copy+paste error Fix declare-copy-target-license-metadata Test: m droid reportmissinglicenses Change-Id: I5c8ee1109f9b83232bf66218d44ed05f97377a98
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.