Refactored the directory structure so that services can be optionally excluded. This is step 1. Will be followed by another change that makes it possible to remove services from the build. Change-Id: Ideacedfd34b5e213217ad3ff4ebb21c4a8e73f85
7 lines
210 B
Makefile
7 lines
210 B
Makefile
SUB_DIR := core/java
|
|
|
|
LOCAL_SRC_FILES += \
|
|
$(call all-java-files-under,$(SUB_DIR)) \
|
|
$(SUB_DIR)/com/android/server/EventLogTags.logtags \
|
|
$(SUB_DIR)/com/android/server/am/EventLogTags.logtags
|