blob: e64cc96dedf8e4fee3ccbab49868f55bb16401d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
|