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