commit | c2c28f99418e8ef39c511fa09817fa309d72d299 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Fri Oct 16 06:08:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 16 06:08:28 2020 +0000 |
tree | ce995f72b34445db687e0cdf7af77c410a58fc4a | |
parent | 7ff7168d99f0d8d9c358f24afbb659eaed34b558 [diff] | |
parent | 3a7a960a86416114247fdef9350e9df4959cde69 [diff] |
Merge "Remove env-var-allowlist" am: 3a7a960a86 Original change: https://android-review.googlesource.com/c/platform/build/+/1461902 Change-Id: If81d9da73547a768c10f86a26c045cce2abb0a90
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.