summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorKimberly Kreider <kkreider@google.com>2020-12-15 16:16:48 -0800
committerKimberly Kreider <kkreider@google.com>2021-03-16 16:13:16 +0000
commit74df6283dd6490b8a353445737fd758bf9dea03c (patch)
tree2f778ad05d1e839a81dbd7568c89f1bbc80e4b24 /framework
parentc4d99a707641c643d1a049b7b1e8de9a5e16833e (diff)
downloadStatsD-74df6283dd6490b8a353445737fd758bf9dea03c.tar.gz
Enable statsd module MTS tests to be included in android-mts-statsd as
well as android-mts. Test: built locally and verified contents. Bug: 170318013 Change-Id: I6ef1f098c9033a73da153859f658c9cece64c264 Merged-In: I6ef1f098c9033a73da153859f658c9cece64c264
Diffstat (limited to 'framework')
-rw-r--r--framework/test/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/test/Android.bp b/framework/test/Android.bp
index 5cc5647b..05ffbbcb 100644
--- a/framework/test/Android.bp
+++ b/framework/test/Android.bp
@@ -28,6 +28,6 @@ android_test {
],
test_suites: [
"device-tests",
- "mts",
+ "mts-statsd",
],
}