commit | 540a3f8ec16ea713ffd6c6e175df2ef51e9693e3 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Wed Apr 20 13:01:16 2022 -0700 |
committer | Bob Badour <bbadour@google.com> | Wed Apr 20 13:01:35 2022 -0700 |
tree | a2b67c65c5e2a93796dd51cc7dd0a29ccbde654a | |
parent | 845e23b0de30dc2f8958c61ccfde03d540c09d9d [diff] |
Declare license metadata for copied files. Bug: 151177513 Test: m droid dist reportmissinglicenses Change-Id: Iada4a0ba3583f78e9419a5f487388b5e5eba195a
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.