Skip to content

Commit

Permalink
Update JAR path to reflect new bazel behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaYan Lin committed Feb 12, 2024
1 parent 29fdfe8 commit 8f5183e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/utp/constants.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

visibility(["//test/..."])

JAR_PATH_LOCAL_ANDROID_DEVICE_PROVIDER = "../rules_jvm_external~5.3~maven~maven/com/google/testing/platform/android-device-provider-local/0.0.9-alpha01/processed_android-device-provider-local-0.0.9-alpha01.jar"
JAR_PATH_ANDROID_INSTRUMENTATION_DRIVER="../rules_jvm_external~5.3~maven~maven/com/google/testing/platform/android-driver-instrumentation/0.0.9-alpha01/processed_android-driver-instrumentation-0.0.9-alpha01.jar"
JAR_PATH_LOCAL_ANDROID_DEVICE_PROVIDER = "../rules_jvm_external~maven~maven/com/google/testing/platform/android-device-provider-local/0.0.9-alpha01/processed_android-device-provider-local-0.0.9-alpha01.jar"
JAR_PATH_ANDROID_INSTRUMENTATION_DRIVER="../rules_jvm_external~maven~maven/com/google/testing/platform/android-driver-instrumentation/0.0.9-alpha01/processed_android-driver-instrumentation-0.0.9-alpha01.jar"

TARGET_EMPTY_BINARY = "//test/launcher:empty_java_binary_deploy.jar"
JAR_PATH_EMPTY_BINARY="test/launcher/empty_java_binary_deploy.jar"
JAR_PATH_EMPTY_BINARY="test/launcher/empty_java_binary_deploy.jar"

0 comments on commit 8f5183e

Please sign in to comment.