summaryrefslogtreecommitdiff
path: root/tests/unittests/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 23:26:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-15 23:26:55 +0000
commit355936f5184d536c82a026ed709219a4207bebba (patch)
treee162822c92303dea0d3896a2da025838125e0cb9 /tests/unittests/Android.bp
parentd31342fdc3bed08b8072b3ba3732dad2c19dba41 (diff)
parent88c00908f6f248edc300e38044cb88e08eea942e (diff)
downloadMms-355936f5184d536c82a026ed709219a4207bebba.tar.gz
Change-Id: I5637d9b196e2df0681109890a808c589b7241568
Diffstat (limited to 'tests/unittests/Android.bp')
-rw-r--r--tests/unittests/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/Android.bp b/tests/unittests/Android.bp
index 92371c6..595b4be 100644
--- a/tests/unittests/Android.bp
+++ b/tests/unittests/Android.bp
@@ -19,9 +19,9 @@ android_test {
"android.test.base",
"android.test.mock",
],
- srcs: ["src/**/*.java", ":mms-metrics-srcs"],
+ srcs: ["src/**/*.java", ":mms-service-srcs"],
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",
instrumentation_for: "MmsService",
-} \ No newline at end of file
+}