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