From 9c8897653148c1979fd3f5264a082e21eddbd801 Mon Sep 17 00:00:00 2001 From: Trevor Drake Date: Fri, 30 Jan 2015 04:42:21 +0000 Subject: [PATCH] envsetup.sh : add help text for sepgrep and mangrep commands Change-Id: Iac3942da05c1803039b9fcf15fee1fc0e0f4efda --- envsetup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/envsetup.sh b/envsetup.sh index 45c40675e9..531ffd9ad4 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.