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 
      7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
      8 
      9 LOCAL_JAVA_LIBRARIES := android.test.runner
     10 LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 mockito-target guava
     11 
     12 LOCAL_PACKAGE_NAME := DocumentsUITests
     13 LOCAL_INSTRUMENTATION_FOR := DocumentsUI
     14 
     15 LOCAL_CERTIFICATE := platform
     16 
     17 include $(BUILD_PACKAGE)
     18