Change r8_release to use gcert
prodaccess is now deprecated
Bug: 165214257
Change-Id: Ic5a499e130bfc410372d1eb9dc1a555a2ed75b47
diff --git a/tools/utils.py b/tools/utils.py
index 4a171ad..3aad6c4 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -336,8 +336,8 @@
with tarfile.open(filename, 'r:gz') as tar:
tar.extractall(path=dirname)
-def check_prodacces():
- subprocess.check_call(['prodaccess'])
+def check_gcert():
+ subprocess.check_call(['gcert'])
# Note that gcs is eventually consistent with regards to list operations.
# This is not a problem in our case, but don't ever use this method