summaryrefslogtreecommitdiffstats
path: root/services/print/java/service.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/print/java/service.mk')
-rw-r--r--services/print/java/service.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/services/print/java/service.mk b/services/print/java/service.mk
new file mode 100644
index 0000000..cba3612
--- /dev/null
+++ b/services/print/java/service.mk
@@ -0,0 +1,11 @@
+# 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