1 2 LOCAL_PATH := $(call my-dir) 3 4 include $(CLEAR_VARS) 5 6 LOCAL_PACKAGE_NAME := OtaFunctionalTests 7 LOCAL_SRC_FILES := $(call all-java-files-under, src) 8 LOCAL_MODULE_TAGS := tests 9 LOCAL_STATIC_JAVA_LIBRARIES := \ 10 android-support-test \ 11 easymocklib \ 12 launcher-helper-lib \ 13 objenesis-target \ 14 ub-uiautomator 15 16 include $(BUILD_PACKAGE) 17