commit | 8bf690343fca735edd53eccda1c0ad838cc3ad27 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Oct 12 10:47:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 12 10:47:25 2020 +0000 |
tree | 7512b9f4ef68ac17891964573cd815084bcfa8df | |
parent | 0d142625ccdffb3709fba489694987d97c42621e [diff] | |
parent | 1be17f1595bb7186a504e1b2f9ab4074c14caa5f [diff] |
Merge "Make the build fail when the executable prebuilt target check fails." am: dee171a859 am: 5c3f09cb39 am: 1be17f1595 Original change: https://android-review.googlesource.com/c/platform/build/+/1442940 Change-Id: If8ae6d2d2782b0ef4bc13f648bb16729f5328c49
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.