commit | a95167198c5d91eb7bde42cb982d13a3b861307e | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Sat Sep 04 00:18:47 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 04 00:18:47 2021 +0000 |
tree | 74281f08c892d1e8129bc95124734962aee9e2d4 | |
parent | eda226dcf24392bd88446d077e1cbf404c8c5628 [diff] | |
parent | d351f7c84844aa0ca749b25bae64b3fc25b0d4ae [diff] |
Merge "Handle warning lines from RBE" am: 799e26e641 am: d351f7c848 Original change: https://android-review.googlesource.com/c/platform/build/+/1818732 Change-Id: I78f8bc3cc5f2bb87e46bed5f37eb40189bd5cc57
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.