commit | 3758f7d1fcbaeabf2e5ade0a0c6c8c0ed714f6a1 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Jul 25 23:13:04 2019 -0700 |
committer | Dan Shi <dshi@google.com> | Thu Jul 25 23:13:04 2019 -0700 |
tree | 3acd56696aafa664b7460ac05472ccb585351d2f | |
parent | 2b930af9d71e482e0295e10beffd9c5bac9e35c0 [diff] [blame] |
Fix dependency on APK used by test Use data attribute to include the APK used for the test. Bug: 138416078 Test: atest Change-Id: Ie6ecdbe2990632c6d1aeb550abe9dc06f47c0ef3
diff --git a/hostsidetests/jvmti/run-tests/test-1927/Android.bp b/hostsidetests/jvmti/run-tests/test-1927/Android.bp index ccfd7d2..fb55fb4 100644 --- a/hostsidetests/jvmti/run-tests/test-1927/Android.bp +++ b/hostsidetests/jvmti/run-tests/test-1927/Android.bp
@@ -21,4 +21,5 @@ "vts", "general-tests", ], + data: [":CtsJvmtiRunTest1927DeviceApp"], }