summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjahinimtiaz <jahinimtiaz@google.com>2023-03-14 00:12:54 +0000
committerjahinimtiaz <jahinimtiaz@google.com>2023-03-14 00:12:54 +0000
commit27aadcbcaeff0b6b2a923c67f4bf5772c7575f20 (patch)
treea7f314cee1f3275c2254a0df25d9029afa9fc2b7 /tests
parent3d57b1e6a481edc95d4bbc34397b827c04ab18b6 (diff)
downloadCellBroadcastReceiver-27aadcbcaeff0b6b2a923c67f4bf5772c7575f20.tar.gz
Include module dependencies under `data`
Bug: 269138674 Test: Presubmit Change-Id: Ic0dd9f8ade3a5601ad0877e09b99deaf3a571fbb
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