summaryrefslogtreecommitdiff
path: root/envsetup.sh
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2023-12-22 13:32:42 +0000
committer Martin Stjernholm <mast@google.com> 2023-12-22 13:32:42 +0000
commita73fe8da4ba1e12b4a0ce7d125c76658487180cc (patch)
tree142614bc874b6684a33ee3f01f09dadebad37954 /envsetup.sh
parentd7298ff4145e608551e2e06f1c7e27465b7b3e10 (diff)
Quote the backslash in the hmm output.
Otherwise it becomes a single line with an ugly long stretch of spaces in the middle. Test: hmm Bug: 179779520 Change-Id: Ia095b75248952d9bee0d6417028d04460e74ad33
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index cc808d282c..212ed9fb9c 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -62,7 +62,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
invocations of 'm' etc.
- tapas: tapas [<App1> <App2> ...] [arm|x86|arm64|x86_64] [eng|userdebug|user]
Sets up the build environment for building unbundled apps (APKs).
-- banchan: banchan <module1> [<module2> ...] \
+- banchan: banchan <module1> [<module2> ...] \\
[arm|x86|arm64|riscv64|x86_64|arm64_only|x86_64only] [eng|userdebug|user]
Sets up the build environment for building unbundled modules (APEXes).
- croot: Changes directory to the top of the tree, or a subdirectory thereof.