Merge "Update ab tool path" am: 63cbded623

Original change: https://android-review.googlesource.com/c/platform/development/+/2627754

Change-Id: I150eb3ba697d53f06897ae3616fadb1463fa69d1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-06-19 12:13:23 +00:00
committed by Automerger Merge Worker

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