commit | e1da8fe40bf1916289d094bab514ba6d25b9e568 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Apr 21 00:19:14 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 21 00:19:14 2022 +0000 |
tree | fb3195da91bb3a1b22a80fe05268c61836d5fb8c | |
parent | 2f619a0787b38331b02d26502142079e34eaaf37 [diff] | |
parent | d7856b74dc29274b7b33457a0ca7e1cfc4858efc [diff] |
Merge "Declare license metadata for copied files." am: d7856b74dc Original change: https://android-review.googlesource.com/c/platform/build/+/2069492 Change-Id: I70ce9aef9791a18081e989134eadfcb9d20ea5ea Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.