Merge "Clarify vendor_service/vintf_service."

This commit is contained in:
Steven Moreland 2019-08-28 17:50:41 +00:00 committed by Gerrit Code Review
commit 961bf003d6

View file

@ -98,10 +98,14 @@ attribute ephemeral_app_api_service;
# services which export only system_api
attribute system_api_service;
# services which should only be available to vendor
# services which should only be available to vendor and also using the copy of
# libbinder on system (for instance via libbinder_ndk). services using a
# different copy of libbinder currently need their own context manager (e.g.
# vndservicemanager)
attribute vendor_service;
# services which should be available system<->vendor
# services which should be available system<->vendor and also using the copy of
# libbinder on system
attribute vintf_service;
# All types used for services managed by servicemanager.