blob: 145cde68a4d5cb252cb0a92653cb8a2e3a557389 [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
Paul Duffinb8663072017-12-08 00:02:42 +00008LOCAL_JAVA_LIBRARIES := android.test.runner android.test.base
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009
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 \
Paul Duffinb8663072017-12-08 00:02:42 +000013 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)