Android.mk 317 Bytes
Newer Older
1 2 3
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

4 5
LOCAL_MODULE_TAGS := optional

6 7
LOCAL_SRC_FILES := $(call all-java-files-under, src)

8 9 10 11 12

LOCAL_PACKAGE_NAME := DownloadProvider
LOCAL_CERTIFICATE := media

include $(BUILD_PACKAGE)
13 14 15

# additionally, call tests makefiles
include $(call all-makefiles-under,$(LOCAL_PATH))