commit | 428006cf4dc171fd25c774f592a1455a81cf45a8 | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Wed Sep 02 09:27:23 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 02 09:27:23 2020 +0000 |
tree | a224026f8bcdc82ebae080df9234e0ad995d73f3 | |
parent | 5eec497aa443486de046ec6845c65e78f2df694c [diff] | |
parent | edd7e730e3ec79230124bf69ee340e6c6999ee9c [diff] |
[automerger skipped] [DO NOT MERGE] Add RBE mk file to support bootstrapping RBE and setting relevant am: 7298be1b47 am: edd7e730e3 -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/12468471 Change-Id: Ied1f9813b9c799fa601af4d5bc3e9a19dc9baf1d
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.