blob: ffd2e398cea80c8807f75ecdccc01b3b9670123b [file] [log] [blame]
Roman Sorokin8b39acf2015-12-16 18:42:16 +01001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
Simran Basi395c5542017-03-15 15:16:58 -07006LOCAL_STATIC_JAVA_LIBRARIES := mockito-target \
7 legacy-android-test \
8 compatibility-device-util \
9 android-support-test
Roman Sorokin8b39acf2015-12-16 18:42:16 +010010
Roman Sorokin21736c32016-02-17 15:02:56 +010011LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
Roman Sorokin8b39acf2015-12-16 18:42:16 +010012
13LOCAL_SRC_FILES := $(call all-java-files-under,src)
14
15LOCAL_PACKAGE_NAME := TelephonyProviderTests
Simran Basib57634f2017-03-15 15:16:58 -070016LOCAL_COMPATIBILITY_SUITE := device-tests
Roman Sorokin8b39acf2015-12-16 18:42:16 +010017LOCAL_CERTIFICATE := platform
18
19LOCAL_INSTRUMENTATION_FOR := TelephonyProvider
20
Roman Sorokin8b39acf2015-12-16 18:42:16 +010021include $(BUILD_PACKAGE)