commit | a8cf0e040e8031d3ec1390133b6e8c3a9f26c0e5 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Mar 10 23:07:45 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Mar 10 23:31:03 2021 -0800 |
tree | e711cd5e4ed595fe4457dc0887b74862f413cd3d | |
parent | 3eca99ee7a045fd525ab4e97f979b9fad60032db [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to build/make Added SPDX-license-identifier-Apache-2.0 to: core/tasks/tools/package-modules.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m nothing Exempt-From-Owner-Approval: janitorial work Change-Id: I751a3d65c9791c5397e1bcdb89342c0b61647411
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.