commit | a73fe8da4ba1e12b4a0ce7d125c76658487180cc | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Fri Dec 22 13:32:42 2023 +0000 |
committer | Martin Stjernholm <mast@google.com> | Fri Dec 22 13:32:42 2023 +0000 |
tree | 142614bc874b6684a33ee3f01f09dadebad37954 | |
parent | d7298ff4145e608551e2e06f1c7e27465b7b3e10 [diff] |
Quote the backslash in the hmm output. Otherwise it becomes a single line with an ugly long stretch of spaces in the middle. Test: hmm Bug: 179779520 Change-Id: Ia095b75248952d9bee0d6417028d04460e74ad33
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.