commit | 8e24d06a402bdb78fe37497adf72346d0057a7d7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 18 05:02:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 18 05:02:12 2022 +0000 |
tree | 0e5b2c6506c9e3212993da2b2566c32f9a5799df | |
parent | edc01f79eebc182fc9a1a6f0f4fd4b3d3e5356d8 [diff] | |
parent | c5f135a5ebfd2c5bc66fa756fd25a4aa84aed8e7 [diff] |
Merge "envsetup: Add pygrep function to grep all python files" am: c5f135a5eb Original change: https://android-review.googlesource.com/c/platform/build/+/1512271 Change-Id: I508ef7aabfdbacf2997f8483362d72a3acec0275 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.