Loading Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -502,7 +502,7 @@ framework_res_R_stamp := \ LOCAL_ADDITIONAL_DEPENDENCIES := $(framework_res_R_stamp) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart conscrypt okhttp legacy-test bouncycastle ext LOCAL_JAVA_LIBRARIES := core-oj core-libart conscrypt okhttp bouncycastle ext LOCAL_STATIC_JAVA_LIBRARIES := framework-protos LOCAL_MODULE := framework Loading Loading @@ -729,6 +729,7 @@ packages_to_document := \ # Search through the base framework dirs for these packages. # The result will be relative to frameworks/base. fwbase_dirs_to_document := \ legacy-test/src \ test-runner/src \ $(patsubst $(LOCAL_PATH)/%,%, \ $(wildcard \ Loading legacy-test/Android.mk +4 −3 Original line number Diff line number Diff line Loading @@ -21,11 +21,12 @@ LOCAL_PATH:= $(call my-dir) # This contains the junit.framework classes that were in Android API level 25. include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_MODULE := legacy-test LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart framework LOCAL_STATIC_JAVA_LIBRARIES := core-junit-static LOCAL_MODULE := legacy-test include $(BUILD_JAVA_LIBRARY) ifeq ($(HOST_OS),linux) Loading @@ -34,7 +35,7 @@ ifeq ($(HOST_OS),linux) # This contains the android.test.PerformanceTestCase class only include $(CLEAR_VARS) LOCAL_SRC_FILES := ../core/java/android/test/PerformanceTestCase.java LOCAL_SRC_FILES := src/android/test/PerformanceTestCase.java LOCAL_MODULE := legacy-performance-test-hostdex include $(BUILD_HOST_DALVIK_JAVA_LIBRARY) Loading core/java/android/test/AndroidTestCase.java→legacy-test/src/android/test/AndroidTestCase.java +0 −0 File moved. View file core/java/android/test/FlakyTest.java→legacy-test/src/android/test/FlakyTest.java +0 −0 File moved. View file core/java/android/test/InstrumentationTestCase.java→legacy-test/src/android/test/InstrumentationTestCase.java +0 −0 File moved. View file Loading
Android.mk +2 −1 Original line number Diff line number Diff line Loading @@ -502,7 +502,7 @@ framework_res_R_stamp := \ LOCAL_ADDITIONAL_DEPENDENCIES := $(framework_res_R_stamp) LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart conscrypt okhttp legacy-test bouncycastle ext LOCAL_JAVA_LIBRARIES := core-oj core-libart conscrypt okhttp bouncycastle ext LOCAL_STATIC_JAVA_LIBRARIES := framework-protos LOCAL_MODULE := framework Loading Loading @@ -729,6 +729,7 @@ packages_to_document := \ # Search through the base framework dirs for these packages. # The result will be relative to frameworks/base. fwbase_dirs_to_document := \ legacy-test/src \ test-runner/src \ $(patsubst $(LOCAL_PATH)/%,%, \ $(wildcard \ Loading
legacy-test/Android.mk +4 −3 Original line number Diff line number Diff line Loading @@ -21,11 +21,12 @@ LOCAL_PATH:= $(call my-dir) # This contains the junit.framework classes that were in Android API level 25. include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_MODULE := legacy-test LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart framework LOCAL_STATIC_JAVA_LIBRARIES := core-junit-static LOCAL_MODULE := legacy-test include $(BUILD_JAVA_LIBRARY) ifeq ($(HOST_OS),linux) Loading @@ -34,7 +35,7 @@ ifeq ($(HOST_OS),linux) # This contains the android.test.PerformanceTestCase class only include $(CLEAR_VARS) LOCAL_SRC_FILES := ../core/java/android/test/PerformanceTestCase.java LOCAL_SRC_FILES := src/android/test/PerformanceTestCase.java LOCAL_MODULE := legacy-performance-test-hostdex include $(BUILD_HOST_DALVIK_JAVA_LIBRARY) Loading
core/java/android/test/AndroidTestCase.java→legacy-test/src/android/test/AndroidTestCase.java +0 −0 File moved. View file
core/java/android/test/FlakyTest.java→legacy-test/src/android/test/FlakyTest.java +0 −0 File moved. View file
core/java/android/test/InstrumentationTestCase.java→legacy-test/src/android/test/InstrumentationTestCase.java +0 −0 File moved. View file