Merge "Remove unused target legacy.test.stubs"

This commit is contained in:
Paul Duffin
2018-01-08 16:46:39 +00:00
committed by Android (Google) Code Review

View File

@@ -112,17 +112,6 @@ update-android-test-base-api: $(ANDROID_TEST_BASE_OUTPUT_API_FILE) | $(ACP)
endif # not TARGET_BUILD_APPS not TARGET_BUILD_PDK=true
# Build the legacy.test.stubs library
# ===================================
include $(CLEAR_VARS)
LOCAL_MODULE := legacy.test.stubs
LOCAL_SDK_VERSION := current
LOCAL_STATIC_JAVA_LIBRARIES := android.test.base.stubs
include $(BUILD_STATIC_JAVA_LIBRARY)
ifeq ($(HOST_OS),linux)
# Build the legacy-performance-test-hostdex library
# =================================================