Merge "remove vendor_service"

This commit is contained in:
Steven Moreland 2022-08-04 01:35:27 +00:00 committed by Gerrit Code Review
commit f4f8aa0d84

View file

@ -173,19 +173,6 @@ attribute system_api_service;
# services which are explicitly disallowed for untrusted apps to access
attribute protected_service;
# TODO(b/237115222): remove from all vendor policy, unused
#
# We don't need this because interface type shouldn't be associated
# with where they are served. We can serve HALs from anywhere if they are
# implemented in software.
#
# Previously:
# services which served by 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;
# All types used for services managed by servicemanager.
# On change, update CHECK_SC_ASSERT_ATTRS
# definition in tools/checkfc.c.