2009-09-14 19:01:43 -07:00
|
|
|
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
|
|
|
|
|
2010-01-07 10:14:05 -08:00
|
|
|
LOCAL_PACKAGE_NAME := FrameworksTelephonyTests
|
2009-09-14 19:01:43 -07:00
|
|
|
|
|
|
|
include $(BUILD_PACKAGE)
|