Home | History | Annotate | Download | only in smokefast
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_MODULE_TAGS := tests
      5 
      6 LOCAL_SDK_VERSION := current
      7 
      8 media_framework_app_base := frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest
      9 
     10 LOCAL_SRC_FILES := $(call all-subdir-java-files)
     11 LOCAL_JAVA_LIBRARIES := android.test.runner
     12 LOCAL_STATIC_JAVA_LIBRARIES := android-support-test ub-uiautomator
     13 # TODO: AuptLib and aupt-helpers should be static deps as well
     14 
     15 LOCAL_PACKAGE_NAME := SmokeFastTests
     16 LOCAL_CERTIFICATE := platform
     17 
     18 include $(BUILD_PACKAGE)
     19