Loading legacy-test/Android.mk +14 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,20 @@ LOCAL_JAVA_LIBRARIES := core-oj core-libart framework include $(BUILD_JAVA_LIBRARY) # Build the repackaged-legacy-test library # ======================================== # This contains repackaged versions of the classes from legacy-test. include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_MODULE := repackaged-legacy-test LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart framework LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt include $(BUILD_STATIC_JAVA_LIBRARY) # Generate the stub source files for legacy.test.stubs # ==================================================== include $(CLEAR_VARS) Loading legacy-test/jarjar-rules.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line rule junit.** repackaged.junit.@1 rule android.test.** repackaged.android.test.@1 test-runner/Android.mk +14 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,20 @@ LOCAL_MODULE:= android.test.runner include $(BUILD_JAVA_LIBRARY) # Build the repackaged.android.test.runner library # ================================================ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_JAVA_LIBRARIES := core-oj core-libart framework legacy-test LOCAL_JARJAR_RULES := $(LOCAL_PATH)/../legacy-test/jarjar-rules.txt LOCAL_MODULE:= repackaged.android.test.runner include $(BUILD_STATIC_JAVA_LIBRARY) # Generate the stub source files for android.test.runner.stubs # ============================================================ include $(CLEAR_VARS) Loading Loading
legacy-test/Android.mk +14 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,20 @@ LOCAL_JAVA_LIBRARIES := core-oj core-libart framework include $(BUILD_JAVA_LIBRARY) # Build the repackaged-legacy-test library # ======================================== # This contains repackaged versions of the classes from legacy-test. include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_MODULE := repackaged-legacy-test LOCAL_NO_STANDARD_LIBRARIES := true LOCAL_JAVA_LIBRARIES := core-oj core-libart framework LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt include $(BUILD_STATIC_JAVA_LIBRARY) # Generate the stub source files for legacy.test.stubs # ==================================================== include $(CLEAR_VARS) Loading
legacy-test/jarjar-rules.txt 0 → 100644 +2 −0 Original line number Diff line number Diff line rule junit.** repackaged.junit.@1 rule android.test.** repackaged.android.test.@1
test-runner/Android.mk +14 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,20 @@ LOCAL_MODULE:= android.test.runner include $(BUILD_JAVA_LIBRARY) # Build the repackaged.android.test.runner library # ================================================ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_JAVA_LIBRARIES := core-oj core-libart framework legacy-test LOCAL_JARJAR_RULES := $(LOCAL_PATH)/../legacy-test/jarjar-rules.txt LOCAL_MODULE:= repackaged.android.test.runner include $(BUILD_STATIC_JAVA_LIBRARY) # Generate the stub source files for android.test.runner.stubs # ============================================================ include $(CLEAR_VARS) Loading