From ab25c7a30fe276250e9b56fb995d14c4d1753edc Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 9 Apr 2020 12:05:34 -0700 Subject: [PATCH] Update refreshmod docs. This also affects pathmod here. Since it's updating module-info.json, we could say that as well (this should affect any tools which parse this file), but I haven't seen any indication it's necessary in this context. Bug: N/A Test: N/A Change-Id: Iecb6f454112b5c0095ee7063bc5442fdb1e3bd09 --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 5e924ab42..0ec7e6ffd 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -33,7 +33,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y - allmod: List all modules. - gomod: Go to the directory containing a module. - pathmod: Get the directory containing a module. -- refreshmod: Refresh list of modules for allmod/gomod. +- refreshmod: Refresh list of modules for allmod/gomod/pathmod. Environment options: - SANITIZE_HOST: Set to 'address' to use ASAN for all host modules.