Merge "Update ab tool path"
This commit is contained in:
@@ -181,7 +181,7 @@ def get_latest_vndk_bid(branch):
|
|||||||
Returns:
|
Returns:
|
||||||
string: bid of the latest green build
|
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 = [
|
cmd = [
|
||||||
ab_tool_path, 'lkgb', '--branch', branch, '--target', 'vndk'
|
ab_tool_path, 'lkgb', '--branch', branch, '--target', 'vndk'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user