From eb190dc7fdd9e349f50084b10c655c135befdcfb Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 13 Dec 2017 13:14:07 +0000 Subject: Add android.test.runner.stubs dependency In preparation for the removal of the non-junit classes in the android.test.runner library from the android.jar this adds a dependency on android.test.runner.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/unit/Android.mk Added 'android.test.runner.stubs' to LOCAL_JAVA_LIBRARIES because TVUnitTests's will needs them in order to compile once its classes are removed from the system_current SDK on which it currently depends. Bug: 30188076 Test: make checkbuild Change-Id: I6de67f924f16d7450098ecf19c21d5ce2e0c73fd --- tests/unit/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/unit/Android.mk b/tests/unit/Android.mk index 3632fe94..cb3af303 100644 --- a/tests/unit/Android.mk +++ b/tests/unit/Android.mk @@ -12,6 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ mockito-target \ tv-test-common \ +LOCAL_JAVA_LIBRARIES := android.test.runner.stubs LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/../common/res -- cgit v1.2.3