summaryrefslogtreecommitdiff
path: root/kleaf/bazel.py
diff options
context:
space:
mode:
authorUlises Mendez Martinez <umendez@google.com>2023-09-06 10:21:02 +0000
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-09-21 12:12:20 +0000
commit93375eb99ad216911bca8366cd8b70dd3d00def8 (patch)
tree0366dbf1523170b7a129d50568669a4c36a3ce49 /kleaf/bazel.py
parentd89d3279bcd98856efcff0272fc9a2842cd70d0b (diff)
downloadbuild-93375eb99ad216911bca8366cd8b70dd3d00def8.tar.gz
kleaf: Make endpoint for build artifacts customizable
Tested: Replacing virtual device base kernel with `kernel_aarch64_download_or_build`, then compiling it with: `bazel build --config=fast --use_prebuilt_gki=10830399 //common-modules/virtual-device:virtual_device_aarch64` Bug: 291920536 Change-Id: I38c207101d783d536b3681612cd9dd030dea7824 Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
Diffstat (limited to 'kleaf/bazel.py')
-rwxr-xr-xkleaf/bazel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kleaf/bazel.py b/kleaf/bazel.py
index 6f9e832..6b829ed 100755
--- a/kleaf/bazel.py
+++ b/kleaf/bazel.py
@@ -186,7 +186,7 @@ class BazelWrapper(object):
group.add_argument(
"--use_prebuilt_gki",
metavar="BUILD_NUMBER",
- help="Use prebuilt GKI downloaded from ci.android.com")
+ help="Use prebuilt GKI downloaded from ci.android.com or a custom download location.")
group.add_argument(
"--experimental_strip_sandbox_path",
action="store_true",