blob: cba3612e901a5b15f24b4394a3dcfd653d7b7b7b [file] [log] [blame]
# Include only if the service is required
ifneq ($(findstring print,$(REQUIRED_SERVICES)),)
SUB_DIR := print/java
LOCAL_SRC_FILES += \
$(call all-java-files-under,$(SUB_DIR))
#DEFINED_SERVICES += com.android.server.print.PrintManagerService
endif