commit | b04f414eedbe627a5039def11c499a4f4743a869 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Wed Sep 08 09:05:34 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 08 09:05:34 2021 +0000 |
tree | 41e9c05bcf41d991812ec7b3cd286dd8ca89934a | |
parent | 4b609dfc6d2beb3f05cce468a3b973cfdd2c138f [diff] | |
parent | f3055ad6a68afad6dc78d06e70b10eac326486cc [diff] |
Revert "Change function to check MODULE_BUILD_FROM_SOURCE" am: f3055ad6a6 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15783351 Change-Id: I3e9f50c298a3322fad5f4711539a5656237e3b8e
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.