commit | ba6d777f25b663f4492f2bd857f3c9006b3693ab | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Wed Aug 12 01:27:15 2020 -0400 |
committer | Ramy Medhat <abdelaal@google.com> | Thu Aug 13 11:49:30 2020 -0400 |
tree | c9eed112d63295779cd8cca165110ce72aad3cce | |
parent | 14350c575f9e515502e1005f1834eec338069b8a [diff] |
Set RBE_DIR default value to point to prebuilts in tree. The new default points to prebuilts/remoteexecution-client/live. Also sets the default exec strategy of Javac/R8/D8 to remote local fallback. Test: simple one action build Change-Id: I3392a0f7ac6de818d0c5ba2e113fcb035c6fa0ae
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.