commit | cd2b3869f8685b3a71268898494e76c539cfa597 | [log] [tgz] |
---|---|---|
author | Ng Zhi An <zhin@google.com> | Thu May 03 22:39:33 2018 -0700 |
committer | Ng Zhi An <zhin@google.com> | Fri May 04 08:21:22 2018 -0700 |
tree | 9e3d181c8c1bd3daeab3cee6fbe2f07161f01196 | |
parent | 36bf0df48f916f4a64468ffaf6cb5f6b76dae2e5 [diff] |
Remove settitle settitle always had a bug in the PROMPT_COMMAND, it used "\033]0;", where it should be "\033[0m". It was opt-in, and changed to opt-out, and no one really complained that it didn't work. So we are just going to remove this. References: - http://www.termsys.demon.co.uk/vtansi.htm - https://en.wikipedia.org/wiki/ANSI_escape_code Test: lunch and see no change in prompt Change-Id: I777c87b4d8e80c0e9437e5d2628f6df020883389
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.