blob: 56d7918aa01e96d8f25d73e23e2bce5386b10d32 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := \
$(call all-subdir-java-files)
LOCAL_JAVA_LIBRARIES := \
android.test.runner \
bouncycastle \
conscrypt \
org.apache.http.legacy \
android.test.base \
LOCAL_STATIC_JAVA_LIBRARIES := junit
LOCAL_PACKAGE_NAME := CoreTests
include $(BUILD_PACKAGE)