commit | a297297fdfa54cdd218713d1456ae7a63a07d8df | [log] [tgz] |
---|---|---|
author | Chris Parsons <[email protected]> | Wed Aug 31 15:04:38 2022 -0400 |
committer | Chris Parsons <[email protected]> | Thu Sep 01 08:41:14 2022 -0400 |
tree | 4e8a260c0eb35a682648c0e7fe5e051f39cec427 | |
parent | af46a14004c172e8ed4a9fa2335979ba3fd1dcf1 [diff] |
Add b autocomplete to envsetup Note that b autocompletion isn't perfect, given that the autocompletion script looks into the workspace root for BUILD files, instead of out/soong/workspace. (Also, out/soong/workspace may not even be available if bp2build has not yet been run!) However, this is a good start to autocompletion, as bazel commands, flags, and packages autocomplete correctly. Fixes: 196945896 Test: Treehugger Test: Manual verification of `b` autocompletion Change-Id: Ia99abcfe50d195c48644c7b3455243c03d5d38f7
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.