commit | 81b167693f5025b31a3ed1ac726707f6f6d8df70 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Dec 10 22:52:43 2021 +0000 |
committer | Colin Cross <ccross@android.com> | Fri Dec 10 23:03:08 2021 +0000 |
tree | 499cc9724222898731b79f317262058a2f6a6dcd | |
parent | 4f8dd6fe4589f6f7e796e2abcaa9b6851e215fd3 [diff] |
Revert "Reuse license metadata files from Soong" Revert "Escape Host*Variable contents" Revert submission 1899703 Reason for revert: b/210158272 Reverted Changes: I142c19284:Reuse license metadata files from Soong Ife89b8f23:Add dependency license annotations I8e7410837:Build license metadata files in Soong Change-Id: Id9d66c01453aebe8a52eaa6628e9933a990d4c2f
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.