blob: 2d6a980f37e6c7d7edcbfc2bd3951350708bdc24 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := OtaFunctionalTests
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_MODULE_TAGS := tests
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
easymocklib \
launcher-helper-lib \
objenesis-target \
ub-uiautomator
include $(BUILD_PACKAGE)