commit | 97a8b0429a8ff256e519ecf1b652ec79fa53ef0e | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Wed Sep 02 11:39:39 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 02 11:39:39 2020 +0000 |
tree | 71fce63cd124d1487d57e9f23fb3607285e68449 | |
parent | a3933f760ec31a73db8fe161250cb3c622e8dccb [diff] | |
parent | 136274bfaa4a2a3e2505ff0ef1bdbb1544a3f3f3 [diff] |
[DO NOT MERGE] Update configuration for RemoteExecution actions am: 136274bfaa Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12468477 Change-Id: I3433f0d3e24302f14c5fe317b3e49a6497572807
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.