blob: 6d4ff7f0f7e8bf9264160b74c29633bb1376a392 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := PrintService
include $(BUILD_PACKAGE)