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 org.apache.http.legacy
     10 LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
     11 
     12 LOCAL_PACKAGE_NAME := CoreTests
     13 
     14 include $(BUILD_PACKAGE)
     15