Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e89a9a3f authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Introduce a Lifecycle for system services" into klp-modular-dev

parents 800d4d72 182f73fc
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
LOCAL_PATH:= $(call my-dir)

# the library
# Build services.jar
# ============================================================
include $(CLEAR_VARS)

LOCAL_MODULE:= services
LOCAL_MODULE_CLASS := JAVA_LIBRARIES

LOCAL_SRC_FILES := \
		$(call all-subdir-java-files) \
		com/android/server/EventLogTags.logtags \
		com/android/server/am/EventLogTags.logtags

LOCAL_MODULE:= services

LOCAL_JAVA_LIBRARIES := android.policy conscrypt telephony-common

include $(BUILD_JAVA_LIBRARY)

include $(BUILD_DROIDDOC)
Loading