commit | 2cfdeb283fc21e2b7f65308383f7a39d7042ae52 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Mon Sep 14 15:09:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 14 15:09:20 2020 +0000 |
tree | c873107320a39b2c76e7592e9f7df20873e416e7 | |
parent | e81130bd5cb3617227decb62a210fcfc9dd1c044 [diff] | |
parent | de90e238959ace6cfdc1048977804e87ebfc2029 [diff] |
Merge "Add RBE_CXX_COMPARE variable to locally disable compare mode for C++" into rvc-dev am: f65ffea114 am: de90e23895 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11637205 Change-Id: I2f7eb551b842d43f0b51979dfd90bdc9a869768b
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.