commit | 4f4c75fba95a563618751bcfe5441e72d5b3f35e | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Thu Oct 13 13:25:35 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Thu Oct 13 13:50:35 2022 -0700 |
tree | aead18d907a21b60336452663a759eae4943d94d | |
parent | c6ea3aa6e08a410655b0aaf6c8c89247897467cc [diff] |
Add module name argument to build_license_metadata. Test: m droid dist Change-Id: I40b9f403a3d17cc202844f4cebf336de40e5defe
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.