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

Commit 9db619e5 authored by Brett Chabot's avatar Brett Chabot Committed by Android (Google) Code Review
Browse files

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

Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move."
parents 884ed019 12093976
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -18,10 +18,13 @@ LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)

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

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