summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 04:51:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-30 04:51:03 +0000
commit01da8cbc8c01d73debb14bc236e2d82ad3d7ebbc (patch)
treeb465fd349fa3e21be11503947d7f93f28f79da0b
parente937ac814c7f4e1989509f94f7ac8ae5b28a3526 (diff)
parent9c8897653148c1979fd3f5264a082e21eddbd801 (diff)
downloadbuild-01da8cbc8c01d73debb14bc236e2d82ad3d7ebbc.zip
build-01da8cbc8c01d73debb14bc236e2d82ad3d7ebbc.tar.gz
build-01da8cbc8c01d73debb14bc236e2d82ad3d7ebbc.tar.bz2
Merge "envsetup.sh : add help text for sepgrep and mangrep commands"
-rw-r--r--envsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 45c4067..531ffd9 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -14,6 +14,8 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
- ggrep: Greps on all local Gradle files.
- jgrep: Greps on all local Java files.
- resgrep: Greps on all local res/*.xml files.
+- mangrep: Greps on all local AndroidManifest.xml files.
+- sepgrep: Greps on all local sepolicy files.
- sgrep: Greps on all local source files.
- godir: Go to the directory containing a file.