Merge "Add legacy-performance-test-hostdex target" am: f9587a35ba am: c5f2b08e83 am: ef1d2b970c

am: b3237523ee

Change-Id: If7f16f7bf024659c71770ccce03141edf694d561
This commit is contained in:
Paul Duffin
2016-12-07 17:12:07 +00:00
committed by android-build-merger

View File

@@ -27,3 +27,15 @@ LOCAL_STATIC_JAVA_LIBRARIES := core-junit-static
LOCAL_MODULE := legacy-test
include $(BUILD_JAVA_LIBRARY)
ifeq ($(HOST_OS),linux)
# Build the legacy-performance-test-hostdex library
# =================================================
# This contains the android.test.PerformanceTestCase class only
include $(CLEAR_VARS)
LOCAL_SRC_FILES := ../core/java/android/test/PerformanceTestCase.java
LOCAL_MODULE := legacy-performance-test-hostdex
include $(BUILD_HOST_DALVIK_JAVA_LIBRARY)
endif # HOST_OS == linux