Home | History | Annotate | Download | only in otatests
      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     easymocklib \
     11     objenesis-target \
     12     ub-uiautomator
     13 
     14 include $(BUILD_PACKAGE)
     15