summaryrefslogtreecommitdiff
path: root/tests/java_api
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2017-12-15 07:22:38 +0000
committerPaul Duffin <paulduffin@google.com>2017-12-15 07:22:38 +0000
commitff5d7ac66149c448b49288bcccc61163b8e94aeb (patch)
tree2c346655b559a776ed9f9cc955f58b8a1c43be6d /tests/java_api
parent9f5a8564b121b59dc69b95e733e9bb9ee533e46c (diff)
downloadrs-ff5d7ac66149c448b49288bcccc61163b8e94aeb.tar.gz
Add android.test.base/stubs dependency
In preparation for the removal of the non-junit classes in the android.test.base library from the android.jar this adds a dependency on android.test.base/stubs to ensure this code will continue to compile. The following change descriptions were generated automatically and so may be a little repetitive. They are provided to give the reviewer enough information to check the comments match what has actually been changed and check the reasoning behind the changes. * tests/java_api/ImageProcessing/Android.mk Added 'android.test.base.stubs' to LOCAL_JAVA_LIBRARIES because ImageProcessing's will need them in order to compile once its classes are removed from the current SDK on which it currently depends. Bug: 30188076 Test: make dist Change-Id: Ic3ad5cecd9864fd7c9d331005355e64308b8c852
Diffstat (limited to 'tests/java_api')
-rw-r--r--tests/java_api/ImageProcessing/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/java_api/ImageProcessing/Android.mk b/tests/java_api/ImageProcessing/Android.mk
index 80e2a406..4623448e 100644
--- a/tests/java_api/ImageProcessing/Android.mk
+++ b/tests/java_api/ImageProcessing/Android.mk
@@ -19,7 +19,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
-LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base.stubs
LOCAL_STATIC_JAVA_LIBRARIES := junit