commit | 42c010d0e276c6841dfb88f96ce6decf86196760 | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Tue Jul 23 05:19:31 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jul 23 05:19:31 2019 -0700 |
tree | ffb6bd15789ce7572c6cdd3534eeeb6919a1c901 | |
parent | 98da2472202d9bd01a1eb66de4b8ca99f4a2825d [diff] | |
parent | f7eb2f829cf9882e3c456dddb00f348420967abc [diff] |
Merge "Add RBE mk file to support bootstrapping RBE and setting relevant environment variables." am: f7eb2f829c Change-Id: I10d9c206a80d13b67c547a5955235caae625c59f
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.