blob: bfdb3964ec39048a3de05ef55d48f2332c7abace [file] [log] [blame]
Jeff Sharkeyb49cb252013-03-07 19:58:04 -08001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6LOCAL_SRC_FILES := $(call all-java-files-under, java)
Alan Viverette4e7746c2016-04-15 17:18:36 -04007LOCAL_SDK_VERSION := $(SUPPORT_CURRENT_SDK_VERSION)
Jeff Sharkeyb49cb252013-03-07 19:58:04 -08008
Alan Viverette4e7746c2016-04-15 17:18:36 -04009LOCAL_STATIC_JAVA_LIBRARIES := \
10 android-support-test \
11 android-support-v4 \
12 mockito-target
13
Jeff Sharkey97c2b8b2013-05-30 14:22:42 -070014LOCAL_PACKAGE_NAME := AndroidSupportTests
Jeff Sharkeyb49cb252013-03-07 19:58:04 -080015
16include $(BUILD_PACKAGE)