commit | 0afd707045b10cac440878032a01a43512840a47 | [log] [tgz] |
---|---|---|
author | Patrice Arruda <[email protected]> | Thu Jan 07 15:33:11 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jan 07 15:33:11 2021 +0000 |
tree | 8c55dcfb7245d29f8cc151d20f2adf845e6b6f1a | |
parent | ad55b25e81c410919084a110c74bb17251b98ae3 [diff] | |
parent | ba9a28bee20206be1a679c3d049883ff1ff16741 [diff] |
Source rbesetup.sh from any location inside of a repo directory. am: ba9a28bee2 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13292489 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie9fbb1951e8932370b7f5f856a88627f717fc78f
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.