blob: 4cee62e7dcbf4840343e91503ccdde5e1f879957 [file] [log] [blame]
Jerry Zhangf9c5c252017-08-16 18:07:51 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := tests
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
KOUSHIK PANUGANTI62837302018-12-17 19:02:30 -08008LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules
Jerry Zhangf9c5c252017-08-16 18:07:51 -07009
10LOCAL_PACKAGE_NAME := MtpTests
Anton Hanssonab6ec612018-02-23 12:57:51 +000011LOCAL_PRIVATE_PLATFORM_APIS := true
Jerry Zhangf9c5c252017-08-16 18:07:51 -070012
13include $(BUILD_PACKAGE)