Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9634c5c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused repackaged-legacy-test target"

parents 031a2f1a f90cbc6b
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -46,20 +46,6 @@ 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)

# Build the repackaged.android.test.base library
# ==============================================
# This contains repackaged versions of the classes from legacy-test.