summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
author jahinimtiaz <jahinimtiaz@google.com> 2023-04-05 21:12:00 +0000
committer jahinimtiaz <jahinimtiaz@google.com> 2023-04-05 21:31:22 +0000
commit9488e2da25972f9cebe56e3d2bf098c7e771572c (patch)
tree72342fa1f8cede8d9dee481658628ed18afc0430 /tests
parentd8b1dda042a6d7447cb40caa920d2479647b7bf9 (diff)
Include module dependencies under `data`
Bug: 269138674 Test: Presubmit Change-Id: Idf1c0703e619ab8d2aa9c8c9a32ffcc35327738e
Diffstat (limited to 'tests')
-rw-r--r--tests/OdmApps/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/OdmApps/Android.bp b/tests/OdmApps/Android.bp
index 5f03aa27e6df..a5c6d6513f50 100644
--- a/tests/OdmApps/Android.bp
+++ b/tests/OdmApps/Android.bp
@@ -28,5 +28,6 @@ java_test_host {
test_suites: ["device-tests"],
data: [
":TestOdmApp",
+ ":TestOdmPrivApp",
],
}