blob: 308c6658b5d5ab5c8083d5c81e05b1e981ff12a0 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_JAVA_LIBRARIES := android.test.runner
9
Felipe Lemea725f622016-08-18 18:06:49 -070010LOCAL_STATIC_JAVA_LIBRARIES := \
Guang Zhu01c560f2016-08-24 10:49:23 -070011 mockito-target-minus-junit4 \
Hyungtae Tim Kim6d8fd0a2016-01-14 16:46:06 +090012 android-support-test \
13 android-ex-camera2
Dongwon Kang8e2ed8d2011-10-10 19:18:45 -070014
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080015LOCAL_PACKAGE_NAME := mediaframeworktest
16
17include $(BUILD_PACKAGE)