Merge "Update ab tool path"

This commit is contained in:
Treehugger Robot
2023-06-19 11:18:37 +00:00
committed by Gerrit Code Review

View File

@@ -181,7 +181,7 @@ def get_latest_vndk_bid(branch):
Returns:
string: bid of the latest green build
"""
ab_tool_path = '/google/data/ro/projects/android/ab'
ab_tool_path = '/google/bin/releases/android/ab/ab.par'
cmd = [
ab_tool_path, 'lkgb', '--branch', branch, '--target', 'vndk'
]