Makefile文件  |  15行  |  312 B

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))