Home | History | Annotate | Download | only in tests
      1 
      2 LOCAL_PATH := $(call my-dir)
      3 include $(CLEAR_VARS)
      4 
      5 LOCAL_MODULE_TAGS := tests
      6 #LOCAL_SDK_VERSION := current
      7 
      8 LOCAL_SRC_FILES := $(call all-java-files-under, src)
      9 
     10 LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
     11 LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator android-support-test
     12 
     13 LOCAL_PACKAGE_NAME := DocumentsUITests
     14 LOCAL_INSTRUMENTATION_FOR := DocumentsUI
     15 
     16 LOCAL_CERTIFICATE := platform
     17 
     18 include $(BUILD_PACKAGE)
     19 
     20