commit | 2908afa6aa91359e5ef1384608851755db87e3dd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Sep 08 05:16:17 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 08 05:16:17 2020 +0000 |
tree | 2da9ffe8e76d3d51da5ffbb3885d6e6f22c00e98 | |
parent | 1e186bdaae9004afc7830e6c8274c5ecdcc1d8ed [diff] | |
parent | 633cebaa333b271b832d6dc60a34fe447f58db16 [diff] |
Merge "fix a typo for single PRODUCT_PRODUCT_VNDK_VERSION" am: cd2430855d am: 633cebaa33 Original change: https://android-review.googlesource.com/c/platform/build/+/1420010 Change-Id: Ia673ba2bdbba53021dfa43eeb8b327c3eb4d4146
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.