summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitali Dim <vitalidim@google.com>2023-11-17 18:38:34 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-11-17 18:38:34 +0000
commit7d113f8fa21fb57feacc47b4753d15c1fa7f784d (patch)
treede51dd422a7d1b99ee492053f80802051abf74c3
parent9969dd48b85cac40e503aa020c654c826dcdff55 (diff)
downloadcatbox-7d113f8fa21fb57feacc47b4753d15c1fa7f784d.tar.gz
Revert "Add `GoogleAccountPreparer` to Seahawk and phone devices"
This reverts commit 9969dd48b85cac40e503aa020c654c826dcdff55. Reason for revert: part of google-tradefed which is internal only and so we cannot use that in AOSP CATBox Change-Id: I5c7bba550b1396e16966eaaf7b77a76193ac41e5
-rw-r--r--tools/catbox-tradefed/res/config/catbox-functional-bluetooth-tests.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/catbox-tradefed/res/config/catbox-functional-bluetooth-tests.xml b/tools/catbox-tradefed/res/config/catbox-functional-bluetooth-tests.xml
index 02365ed..b1dcd97 100644
--- a/tools/catbox-tradefed/res/config/catbox-functional-bluetooth-tests.xml
+++ b/tools/catbox-tradefed/res/config/catbox-functional-bluetooth-tests.xml
@@ -20,22 +20,6 @@
<include name="everything" />
- <!-- Device 1 configurations -->
- <device name="device1">
- <!-- Optionally do not add google account by default -->
- <target_preparer class="com.google.android.tradefed.targetprep.GoogleAccountPreparer">
- <option name="disable" value="true" />
- </target_preparer>
- </device>
-
- <!-- Device 2 configurations -->
- <device name="device2">
- !-- Optionally do not add google account by default -->
- <target_preparer class="com.google.android.tradefed.targetprep.GoogleAccountPreparer">
- <option name="disable" value="true" />
- </target_preparer>
- </device>
-
<!-- Template for Result Reporters -->
<template-include name="reporters" default="empty" />