commit | a881a257ca29bfd10aca120f4d203377fd8ac1bc | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Tue Jun 19 16:34:41 2018 +0800 |
committer | Jim Tang <jimtang@google.com> | Tue Jul 17 14:27:32 2018 +0800 |
tree | ff36fb766b25841cdef0d8d95b0e4d51d343b1f5 | |
parent | 226dd7183649f480dd3e9592ecc91aabd08152e1 [diff] |
Add Atest tab completion script. Now Atest can autocomplete module names, dir and filenames with tab completion, and zsh users can benefit from it. Bug: 110629292 Test: In both bash and zsh environments: source build/envsetup.sh && lunch aosp_arm-eng atest <tab><tab> # has candidates adb <tab><tab> # has candidates ENVSETUP_NO_COMPLETION=atest:adb . build/envsetup.sh && lunch aosp_arm-eng atest <tab><tab> # no candidates adb <tab><tab> # no candidates Change-Id: Ib1c9e02feeb8aaf75c0b97821ae26e13ba8df350
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.