summaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorKimberly Kreider <kkreider@google.com>2021-01-11 19:55:17 +0000
committerKimberly Kreider <kkreider@google.com>2021-01-11 19:57:19 +0000
commit64e7bf56ccb6132cb6fe73b20e44526217ac59a6 (patch)
tree7ea0dd8f10306b18481e03c57359242db4e08e50 /notification
parentcf5ff97a3d41038337014883bd2b8f7d8b05f458 (diff)
downloadlibtextclassifier-64e7bf56ccb6132cb6fe73b20e44526217ac59a6.tar.gz
Enable extservices tests to generate android-mts-extservices as well as
android-mts. Bug: 170318013 Test: built locally and verified contents. Change-Id: I48e48bdee8957ebbd4c5c3db95854fc0a0cdb13d
Diffstat (limited to 'notification')
-rw-r--r--notification/tests/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/notification/tests/Android.bp b/notification/tests/Android.bp
index a7703cd..d504496 100644
--- a/notification/tests/Android.bp
+++ b/notification/tests/Android.bp
@@ -33,8 +33,8 @@ android_test {
],
test_suites: [
- "device-tests", "mts"
+ "device-tests", "mts-extservices"
],
instrumentation_for: "TextClassifierNotificationLib",
-} \ No newline at end of file
+}