Merge "Replace prodcertstatus with gcertstatus" am: 204beb184a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2606110 Change-Id: Ie82601993c2bdfc98257912f6ea3cea75f545caf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1493,7 +1493,7 @@ func (c *configImpl) GoogleProdCredsExist() bool {
|
||||
if googleProdCredsExistCache {
|
||||
return googleProdCredsExistCache
|
||||
}
|
||||
if _, err := exec.Command("/usr/bin/prodcertstatus", "--simple_output", "--nocheck_loas").Output(); err != nil {
|
||||
if _, err := exec.Command("/usr/bin/gcertstatus").Output(); err != nil {
|
||||
return false
|
||||
}
|
||||
googleProdCredsExistCache = true
|
||||
|
Reference in New Issue
Block a user