commit | 1ec033c13251352b8f4b2544afad0a6473ed306f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Nov 24 20:03:10 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 24 20:03:10 2021 +0000 |
tree | 537d18143e830e2867173e848668ba6e156a512a | |
parent | 3f8601901aca089987995f458ea66ab0436db636 [diff] | |
parent | 46bd6ec0f6262eabff7e70c78bdfd62efb166c0b [diff] |
Merge "Ensure there are no empty paths in ANDROID_BUILD_PATHS and PATH." am: 46bd6ec0f6 Original change: https://android-review.googlesource.com/c/platform/build/+/1900564 Change-Id: Ie54f123228059544b7e7e553696fdf545c5f4bd7
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.