summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marcus <ramarcus@google.com>2023-09-11 15:07:19 +0000
committerRobert Marcus <ramarcus@google.com>2023-09-11 15:07:19 +0000
commitdc6eff193d61657e4c6c6a33daf0808add91986c (patch)
tree1c16e5651a30d05485cde6fda127bef8d20087f6
parente81972289359d52b77ca0ca41436da53a4725652 (diff)
downloadlibtextclassifier-dc6eff193d61657e4c6c6a33daf0808add91986c.tar.gz
Fix module controller for tplus tests
Bug: 287415447 Test: presubmit Change-Id: I4234adccb4cf359053713d156455777fdc72a6d4
-rw-r--r--native/AndroidTest-tplus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/AndroidTest-tplus.xml b/native/AndroidTest-tplus.xml
index 3c35ebb..ab2749c 100644
--- a/native/AndroidTest-tplus.xml
+++ b/native/AndroidTest-tplus.xml
@@ -38,7 +38,7 @@
<!-- Prevent tests from running on Android S- -->
<object type="module_controller"
- class="com.android.tradefed.testtype.suite.module.Sdk32ModuleController"/>
+ class="com.android.tradefed.testtype.suite.module.Sdk33ModuleController"/>
<object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
<option name="mainline-module-package-name" value="com.google.android.extservices" />