blob: 97f8a3157fd7a6aeeccc4140bda31bdc8e3bb320 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := DownloadProvider
LOCAL_CERTIFICATE := media
include $(BUILD_PACKAGE)
# additionally, call tests makefiles
include $(call all-makefiles-under,$(LOCAL_PATH))