blob: 00653867db0794a06cfd209469517673a20c5de1 [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 \
Simran Basi395c5542017-03-15 15:16:58 -07007 compatibility-device-util \
8 android-support-test
Roman Sorokin8b39acf2015-12-16 18:42:16 +01009
Paul Duffin9eae1812017-12-08 00:02:43 +000010LOCAL_JAVA_LIBRARIES := \
11 android.test.runner \
12 telephony-common \
13 android.test.base \
14 android.test.mock \
15
Roman Sorokin8b39acf2015-12-16 18:42:16 +010016
17LOCAL_SRC_FILES := $(call all-java-files-under,src)
18
19LOCAL_PACKAGE_NAME := TelephonyProviderTests
Simran Basib57634f2017-03-15 15:16:58 -070020LOCAL_COMPATIBILITY_SUITE := device-tests
Roman Sorokin8b39acf2015-12-16 18:42:16 +010021LOCAL_CERTIFICATE := platform
22
23LOCAL_INSTRUMENTATION_FOR := TelephonyProvider
24
Roman Sorokin8b39acf2015-12-16 18:42:16 +010025include $(BUILD_PACKAGE)