Update ab tool path
Bug: 287915808
Test: utils.get_latest_vndk_bid('android13-gsi')
Change-Id: If5fe7f0e972cc465fd126b7b3ffa6f0234898830
This commit is contained in:
@@ -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'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user