Merge "Allowlist gcloud to be run during the build" into main am: 3f1c98978b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2944125 Change-Id: Iebb7ad505e291d013a57c96bce9869c851c1fb65 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -93,6 +93,7 @@ var Configuration = map[string]PathConfig{
|
||||
"fuser": Allowed,
|
||||
"gcert": Allowed,
|
||||
"gcertstatus": Allowed,
|
||||
"gcloud": Allowed,
|
||||
"getopt": Allowed,
|
||||
"git": Allowed,
|
||||
"hexdump": Allowed,
|
||||
@@ -101,7 +102,6 @@ var Configuration = map[string]PathConfig{
|
||||
"javap": Allowed,
|
||||
"lsof": Allowed,
|
||||
"openssl": Allowed,
|
||||
"prodcertstatus": Allowed,
|
||||
"pstree": Allowed,
|
||||
"rsync": Allowed,
|
||||
"sh": Allowed,
|
||||
|
Reference in New Issue
Block a user