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

Commit f90cbc6b authored by Paul Duffin's avatar Paul Duffin
Browse files

Remove unused repackaged-legacy-test target

Bug: 30188076
Test: make checkbuild
Change-Id: I0858e706f3e7d55b98156af8a1c54b83d775c089
parent 25c3c34c
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.