commit | e5839f912b28d529c8e8a97151dcec68bae68ba9 | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Tue Aug 06 15:54:48 2019 -0400 |
committer | Ramy Medhat <abdelaal@google.com> | Mon Aug 12 14:13:31 2019 -0400 |
tree | 339fb9a9db10babd3d51d3d191e71df14887d496 | |
parent | 3ca61ad9d97a583f91755424b7b6d21462f7c8be [diff] |
Add labels to rewrapper cc compile action. Prevent ccwrapper from being used in links. Test: Built aosp-arm64_eng with and without USE_RBE=1 Change-Id: I8d04069219a9467c3de9a028eb68e3115173f1e2
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.