commit | cb5c73fd9e7abd4576271707c5f07d1c4b284f6d | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Wed May 04 14:08:12 2022 +0000 |
committer | Mårten Kongstad <amhk@google.com> | Wed May 04 14:47:20 2022 +0000 |
tree | 684fdced8f0f69acd731ad92f59893c4be696a28 | |
parent | 98050a4e977ed48285a79a279d9626352058ce5a [diff] |
envsetup.sh: fix adb tab completion The adb module has been moved from system/core to packages/modules/adb. Update the path to the adb tab completion script accordingly. Also teach envsetup.sh to complain if completion files are not found. Test: manual: adb tab completion works Test: source build/envsetup.sh && declare -F _adb Change-Id: I7d6fda3813b95e64de7b1953675f66659e750c31
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.