Update ab tool path

Bug: 287915808
Test: utils.get_latest_vndk_bid('android13-gsi')
Change-Id: If5fe7f0e972cc465fd126b7b3ffa6f0234898830
This commit is contained in:
Justin Yun
2023-06-19 17:56:26 +09:00
parent 92b2b32900
commit d7cd02f7b7

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'
]