Home | History | Annotate | Download | only in android
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_MODULE_TAGS := tests
      5 
      6 LOCAL_SRC_FILES := \
      7 	$(call all-subdir-java-files)
      8 
      9 LOCAL_JAVA_LIBRARIES := android.test.runner bouncycastle conscrypt
     10 
     11 LOCAL_PACKAGE_NAME := CoreTests
     12 
     13 include $(BUILD_PACKAGE)
     14