commit | da9731b576f8456de6baa16965e4231125d7752e | [log] [tgz] |
---|---|---|
author | Chih-hung Hsieh <chh@google.com> | Sat Sep 04 00:48:37 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Sep 04 00:48:37 2021 +0000 |
tree | eab28b81883df0b54210ead6862d5d19db0a36a1 | |
parent | 6970369c95c0241d9d3aecbeae7df3a42ce7186c [diff] | |
parent | b6a67bd9a80220a22cbe2d426aca8f6339583c80 [diff] |
Merge "Handle warning lines from RBE" am: 799e26e641 am: d351f7c848 am: a95167198c am: b6a67bd9a8 Original change: https://android-review.googlesource.com/c/platform/build/+/1818732 Change-Id: Ifa03d975085c6834fa028a1cbf1e0d2b54914da9
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.