commit | 072f4c72662bae80867a5033ef8ae07b535697ea | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Oct 12 11:04:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 12 11:04:16 2020 +0000 |
tree | b1f710a0c9364daf3b3c9b43a3ef22a3a9eb8ac3 | |
parent | 62bea320ea043f5ea4e8da423376379f0574c047 [diff] | |
parent | 8bf690343fca735edd53eccda1c0ad838cc3ad27 [diff] |
Merge "Make the build fail when the executable prebuilt target check fails." am: dee171a859 am: 5c3f09cb39 am: 1be17f1595 am: 8bf690343f Original change: https://android-review.googlesource.com/c/platform/build/+/1442940 Change-Id: Ia7c65d199cebd5295087e9d55fe47e7d96a4cc6f
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.