summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2025-01-28 21:18:41 -0800
committer Cole Faust <colefaust@google.com> 2025-01-28 21:18:41 -0800
commit45bd6fb91ba84534ffc791234f959f376450809c (patch)
tree647f57e11902d2fb8593912e7cfa42a8fbe8267d
parenta80655b5b9b396bb27fc9c36910d7937784e7860 (diff)
Remove py2 version block
Python2 no longer exists. Also remove embedded_launcher: true in py3 block because embedded_launcher: true is now the default. Bug: 203436762 Test: Presubmits Change-Id: I69b989dedecb6c83e30ea0ae3f540e83495b0099
-rw-r--r--tests/CompanionDeviceMultiDeviceTests/host/Android.bp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/CompanionDeviceMultiDeviceTests/host/Android.bp b/tests/CompanionDeviceMultiDeviceTests/host/Android.bp
index a0e047759dab..1fb18a6bb391 100644
--- a/tests/CompanionDeviceMultiDeviceTests/host/Android.bp
+++ b/tests/CompanionDeviceMultiDeviceTests/host/Android.bp
@@ -39,13 +39,4 @@ python_test_host {
device_common_data: [
":cdm_snippet_legacy",
],
- version: {
- py2: {
- enabled: false,
- },
- py3: {
- enabled: true,
- embedded_launcher: true,
- },
- },
}