Roman Sorokin | 8b39acf | 2015-12-16 18:42:16 +0100 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := tests |
| 5 | |
Simran Basi | 395c554 | 2017-03-15 15:16:58 -0700 | [diff] [blame] | 6 | LOCAL_STATIC_JAVA_LIBRARIES := mockito-target \ |
| 7 | legacy-android-test \ |
| 8 | compatibility-device-util \ |
| 9 | android-support-test |
Roman Sorokin | 8b39acf | 2015-12-16 18:42:16 +0100 | [diff] [blame] | 10 | |
Roman Sorokin | 21736c3 | 2016-02-17 15:02:56 +0100 | [diff] [blame] | 11 | LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common |
Roman Sorokin | 8b39acf | 2015-12-16 18:42:16 +0100 | [diff] [blame] | 12 | |
| 13 | LOCAL_SRC_FILES := $(call all-java-files-under,src) |
| 14 | |
| 15 | LOCAL_PACKAGE_NAME := TelephonyProviderTests |
Simran Basi | b57634f | 2017-03-15 15:16:58 -0700 | [diff] [blame] | 16 | LOCAL_COMPATIBILITY_SUITE := device-tests |
Roman Sorokin | 8b39acf | 2015-12-16 18:42:16 +0100 | [diff] [blame] | 17 | LOCAL_CERTIFICATE := platform |
| 18 | |
| 19 | LOCAL_INSTRUMENTATION_FOR := TelephonyProvider |
| 20 | |
Roman Sorokin | 8b39acf | 2015-12-16 18:42:16 +0100 | [diff] [blame] | 21 | include $(BUILD_PACKAGE) |