summaryrefslogtreecommitdiff
path: root/tests/SystemMemoryTest
diff options
context:
space:
mode:
author jahinimtiaz <jahinimtiaz@google.com> 2023-03-13 23:53:08 +0000
committer jahinimtiaz <jahinimtiaz@google.com> 2023-03-30 21:22:34 +0000
commitd8b1dda042a6d7447cb40caa920d2479647b7bf9 (patch)
treea8cf1ec2280413da73454cd2dd491305829227c7 /tests/SystemMemoryTest
parenta59180a4ca8442179c0b76145e3d285240d12e69 (diff)
Include module dependencies under `data`
Bug: 269138674 Test: Presubmit Change-Id: Ibd1a18f6369396c4ae7b0263baab84f25c88ce06
Diffstat (limited to 'tests/SystemMemoryTest')
-rw-r--r--tests/SystemMemoryTest/host/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SystemMemoryTest/host/Android.bp b/tests/SystemMemoryTest/host/Android.bp
index 79744625b752..cc8bc45a7411 100644
--- a/tests/SystemMemoryTest/host/Android.bp
+++ b/tests/SystemMemoryTest/host/Android.bp
@@ -26,4 +26,7 @@ java_test_host {
srcs: ["src/**/*.java"],
libs: ["tradefed"],
test_suites: ["general-tests"],
+ data: [
+ ":SystemMemoryTestDevice",
+ ],
}