summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 05:33:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-30 05:33:18 +0000
commitd88340380b10c75474b25b61996fb6251d1baf9a (patch)
tree1c16e5651a30d05485cde6fda127bef8d20087f6
parent0f51d6eb403484dfcd71d0de0be0ffdf173416e2 (diff)
parentdc6eff193d61657e4c6c6a33daf0808add91986c (diff)
downloadlibtextclassifier-aml_adb_341517070.tar.gz
Snap for 10884806 from dc6eff193d61657e4c6c6a33daf0808add91986c to mainline-adbd-releaseaml_adb_341520010aml_adb_341517070
Change-Id: I6f21cc195895a60e92ece1df72364784a741d3cd
-rw-r--r--native/Android.bp2
-rw-r--r--native/AndroidTest-tplus.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/native/Android.bp b/native/Android.bp
index f482b84..a57df61 100644
--- a/native/Android.bp
+++ b/native/Android.bp
@@ -30,6 +30,7 @@ cc_library_headers {
"//apex_available:platform",
"com.android.neuralnetworks",
"test_com.android.neuralnetworks",
+ "com.android.ondevicepersonalization",
],
min_sdk_version: "apex_inherit",
sdk_version: "current",
@@ -69,6 +70,7 @@ cc_library_static {
"test_com.android.neuralnetworks",
"com.android.extservices",
"com.android.adservices",
+ "com.android.ondevicepersonalization",
],
}
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" />