Skip to content

Commit 4a72c38

Browse files
alcooper91copybara-github
authored andcommitted
Add separate test APK for OpenXR runtime
Bug: 381000093 Change-Id: Ibc25858c76a39213522f06785f4078611801fa14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6253234 Reviewed-by: Andrew Grieve <[email protected]> Commit-Queue: Andrew Grieve <[email protected]> Cr-Commit-Position: refs/heads/main@{#1419284} NOKEYCHECK=True GitOrigin-RevId: ceb29adc92eb3c58d14b57c52a7e9d610529b711
1 parent c61a1c6 commit 4a72c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/pylib/local/device/local_device_gtest_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def bind_crash_handler(step, dev):
550550

551551
def deploy_openxr_runtime(dev):
552552
apk_path = dev.GetApplicationPaths(
553-
self._test_instance.apk_helper.GetPackageName())
553+
'org.chromium.device.vr.openxr_test_support')
554554
apk_dir = os.path.dirname(apk_path[0])
555555

556556
abi = device.product_cpu_abi

0 commit comments

Comments
 (0)