aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjahinimtiaz <jahinimtiaz@google.com>2023-03-14 00:15:35 +0000
committerjahinimtiaz <jahinimtiaz@google.com>2023-03-14 00:15:35 +0000
commite408190bfcce233520a432f59baa430d44bb853f (patch)
treeafa6a314ebecc5e083a7d54389001f5fb111ffe6
parente603815ef243932be0ddcfb2d472451713a586c6 (diff)
downloadRemoteProvisioner-e408190bfcce233520a432f59baa430d44bb853f.tar.gz
Include module dependencies under `data`
Bug: 269138674 Test: Presubmit Change-Id: Ie3e677a53f7f646090fa934b2861811e89bdf8ee
-rw-r--r--tests/hosttest/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hosttest/Android.bp b/tests/hosttest/Android.bp
index de0ab88..bca9e18 100644
--- a/tests/hosttest/Android.bp
+++ b/tests/hosttest/Android.bp
@@ -34,6 +34,7 @@ java_test_host {
],
data: [
+ ":RemoteProvisionerTestApk",
":RemoteProvisionerUnitTests",
]
}