Add it to the suite version of APCT metric instrumentation Test: build device-tests.zip Bug: 77280599 Change-Id: I3a00af2382f4905d84b500b6f5523456d211689f
14 lines
417 B
Makefile
14 lines
417 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := tests
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
|
|
LOCAL_PACKAGE_NAME := MtpDocumentsProviderPerfTests
|
|
LOCAL_PRIVATE_PLATFORM_APIS := true
|
|
LOCAL_INSTRUMENTATION_FOR := MtpDocumentsProvider
|
|
LOCAL_CERTIFICATE := media
|
|
LOCAL_COMPATIBILITY_SUITE += device-tests
|
|
|
|
include $(BUILD_PACKAGE)
|