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

Commit c1ca8c51 authored by Brett Chabot's avatar Brett Chabot
Browse files

Revert "Move framework test-runner unit tests to be closer to their source."

This reverts commit 12093976.
parent 9db619e5
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -18,13 +18,10 @@ LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_JAVA_LIBRARIES := core framework

LOCAL_MODULE:= android.test.runner

include $(BUILD_JAVA_LIBRARY)

# additionally, build unit tests in a separate .apk
include $(call all-makefiles-under,$(LOCAL_PATH))
Loading