Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.
13 lines
247 B
Makefile
13 lines
247 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_JAVA_LIBRARIES := android.test.runner
|
|
|
|
LOCAL_PACKAGE_NAME := FrameworksTelephonyTests
|
|
|
|
include $(BUILD_PACKAGE)
|