Merge "Quote the backslash in the hmm output." into main am: c77d458a7e am: c426f743f3

Original change: https://android-review.googlesource.com/c/platform/build/+/2889391

Change-Id: Ice0ba7b59abc44cb203326ecd7b97e3b806790b1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-12-22 18:50:32 +00:00
committed by Automerger Merge Worker

View File

@@ -62,7 +62,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
invocations of 'm' etc. invocations of 'm' etc.
- tapas: tapas [<App1> <App2> ...] [arm|x86|arm64|x86_64] [eng|userdebug|user] - tapas: tapas [<App1> <App2> ...] [arm|x86|arm64|x86_64] [eng|userdebug|user]
Sets up the build environment for building unbundled apps (APKs). 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] [arm|x86|arm64|riscv64|x86_64|arm64_only|x86_64only] [eng|userdebug|user]
Sets up the build environment for building unbundled modules (APEXes). Sets up the build environment for building unbundled modules (APEXes).
- croot: Changes directory to the top of the tree, or a subdirectory thereof. - croot: Changes directory to the top of the tree, or a subdirectory thereof.