blob: c4bdfdf6f2b52de9f85b2ed580acbcb9a37e67d9 [file] [log] [blame]
Roman Sorokin8b39acf2015-12-16 18:42:16 +01001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
Paul Duffind236bd42017-01-17 14:49:43 +00006LOCAL_STATIC_JAVA_LIBRARIES := mockito-target legacy-android-test
Roman Sorokin8b39acf2015-12-16 18:42:16 +01007
Roman Sorokin21736c32016-02-17 15:02:56 +01008LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common
Roman Sorokin8b39acf2015-12-16 18:42:16 +01009
10LOCAL_SRC_FILES := $(call all-java-files-under,src)
11
12LOCAL_PACKAGE_NAME := TelephonyProviderTests
Simran Basib57634f2017-03-15 15:16:58 -070013LOCAL_COMPATIBILITY_SUITE := device-tests
Roman Sorokin8b39acf2015-12-16 18:42:16 +010014LOCAL_CERTIFICATE := platform
15
16LOCAL_INSTRUMENTATION_FOR := TelephonyProvider
17
Roman Sorokin8b39acf2015-12-16 18:42:16 +010018include $(BUILD_PACKAGE)