commit | 07f622b078f2da438a98b8991f662b8d5d04b379 | [log] [tgz] |
---|---|---|
author | Tobias Thierer <tobiast@google.com> | Fri Nov 29 15:28:42 2019 +0000 |
committer | Tobias Thierer <tobiast@google.com> | Fri Nov 29 15:28:48 2019 +0000 |
tree | 3d273f8253516a2bab2146f24b49aebcccacff0e | |
parent | e7c1f6314c490f8bc17db47f4dc2485a3aef7d47 [diff] |
logtags: Support # line comments. Allow # line comments to start anywhere in a line, not just in column 0. Test: Added trailing # comments to SecurityLogTags.logtags and checked that 'make droid' still worked. Test: Piped a few example lines through a small test script to verify that the following line behaved as expected: line = re.sub('#.*$', '', line) Change-Id: Ib7904620adf8da7d11511ef6d8300e5fb4c73c29
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.