commit | cc49c6b8cd1ebe2ee59ec04f51755d065ea33c75 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue May 26 03:30:02 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Jun 08 10:09:12 2020 +0900 |
tree | cb638abca775b3919c26bde0dbb4183e41ec0414 | |
parent | bb26c6f2bfde3eb97589e3f27eb848c778ef9b29 [diff] |
Leave a comment when removing a prop post_process_prop.py doesn't simply drop a line when deleting a prop. Instead, it makes the line as comment and leave a comment to clearly mark that the prop was force removed. This is to aid the debugging. Bug: 117892318 Test: m Change-Id: I53c05800ff71d431a56dc370bcfe8bfc95c03bfc
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.