summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2018-01-30 13:01:30 +0000
committerPaul Duffin <paulduffin@google.com>2018-01-31 11:21:22 +0000
commit3212bdbb3e57022fcc25dd4373e833f613f4d455 (patch)
tree05e46ea5c50f87e2278dbd9c9fd18bc64038612c /test-runner
parent7c691c606c0e68eea5ddea4a910232df68501332 (diff)
Create test-legacy/ for android.test.legacy target
The android.test.legacy (and legacy-android-test) target depends on code from both test-base/ and test-runner/ and do not really belong in either folder. Having a separate folder will also provide a convenient place for the artifacts needed to publish android.test.legacy to maven.google.com. Bug: 30188076 Test: make checkbuild (cherry picked from commit 898e7de6c71e00e11f299b67bd62d4af5fd12ca2) Change-Id: I0538281980a55178dd72e5fae16d817cd31aa104
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/test-runner/Android.mk b/test-runner/Android.mk
index 229a6ac05bb1..706f6364ef8d 100644
--- a/test-runner/Android.mk
+++ b/test-runner/Android.mk
@@ -117,23 +117,5 @@ update-android-test-runner-api: $(ANDROID_TEST_RUNNER_OUTPUT_API_FILE) | $(ACP)
endif # not TARGET_BUILD_APPS not TARGET_BUILD_PDK=true
-# Build the android.test.legacy library
-# =====================================
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := android.test.legacy
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src/android)
-
-LOCAL_SDK_VERSION := current
-
-LOCAL_JAVA_LIBRARIES := android.test.mock.stubs junit
-LOCAL_STATIC_JAVA_LIBRARIES := android.test.base-minus-junit
-
-include $(BUILD_STATIC_JAVA_LIBRARY)
-
-# Archive a copy of the classes.jar in SDK build.
-$(call dist-for-goals,sdk win_sdk,$(full_classes_jar):android.test.legacy.jar)
-
# additionally, build unit tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))