Home | History | Annotate | Download | only in services

Lines Matching refs:Services

3 # merge all required services into one jar
7 LOCAL_MODULE := services
18 # Services that will be built as part of services.jar
21 services := \
36 # The convention is to name each service module 'services.$(module_name)'
37 LOCAL_STATIC_JAVA_LIBRARIES := $(addprefix services.,$(services))
65 # services that we depend on. This differs from the above condition
68 include $(patsubst %,$(LOCAL_PATH)/%/Android.mk,$(services))