commit | cd090c2a18436f11c1f147f1a2c813584a0a09cd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Oct 29 10:49:09 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 29 10:49:09 2021 +0000 |
tree | 64e210055a8ed0ae35a8daacd5ee2df167b8084c | |
parent | 152b6e50218146056e9ae98abaa8807389e5e10e [diff] | |
parent | 2191f99b6132af2adf5d77945a296561873595f9 [diff] |
Merge "Use findstring to check MODULE_BUILD_FROM_SOURCE" am: bf406bc182 am: 2191f99b61 Original change: https://android-review.googlesource.com/c/platform/build/+/1870248 Change-Id: Iee94290d6d959f8910bafc9a3925a19484d035f1
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.