blob: f4063c48798fc9dd69f8676b915e5d196f67f74e [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_JAVA_LIBRARIES := compatibility-host-util cts-tradefed tradefed
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := compatibility-host-provider-preconditions
# Tag this module as a cts test artifact
LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
LOCAL_SDK_VERSION := current
include $(BUILD_HOST_JAVA_LIBRARY)
include $(call all-makefiles-under,$(LOCAL_PATH))