blob: 7f7a18d0dff9e4e2f21db7411fa3b08b0452adc2 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := TVJankTests
LOCAL_STATIC_JAVA_LIBRARIES := \
androidx-test \
tv-test-common \
ub-janktesthelper \
ub-uiautomator \
LOCAL_JAVA_LIBRARIES := android.test.base.stubs
LOCAL_INSTRUMENTATION_FOR := LiveTv
LOCAL_SDK_VERSION := system_current
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)