summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 15f14fc9b..2dad957ff 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -87,6 +87,9 @@ android_test {
defaults: ["CellBroadcastTestCommon"],
instrumentation_for: "CellBroadcastAppPlatform",
test_suites: ["device-tests"],
+ data: [
+ ":CellBroadcastReceiverUnitTests",
+ ],
}
// used to share src with unit test app