diff --git a/build/soong/service_fuzzer_bindings.go b/build/soong/service_fuzzer_bindings.go index 4b65b3a2d..99c8fc334 100644 --- a/build/soong/service_fuzzer_bindings.go +++ b/build/soong/service_fuzzer_bindings.go @@ -150,7 +150,6 @@ var ( "android.frameworks.sensorservice.ISensorManager/default": []string{"libsensorserviceaidl_fuzzer"}, "android.frameworks.stats.IStats/default": EXCEPTION_NO_FUZZER, "android.frameworks.vibrator.IVibratorControlService/default": EXCEPTION_NO_FUZZER, - "android.media.audio.IHalAdapterVendorExtension/default": EXCEPTION_NO_FUZZER, "android.se.omapi.ISecureElementService/default": EXCEPTION_NO_FUZZER, "android.system.keystore2.IKeystoreService/default": EXCEPTION_NO_FUZZER, "android.system.net.netd.INetd/default": []string{"netd_hw_service_fuzzer"}, diff --git a/contexts/plat_file_contexts_test b/contexts/plat_file_contexts_test index ba5975cd2..f75312a40 100644 --- a/contexts/plat_file_contexts_test +++ b/contexts/plat_file_contexts_test @@ -755,8 +755,7 @@ /system/system_ext/bin/hwservicemanager hwservicemanager_exec /system_ext/bin/hw/android.hidl.allocator@1.0-service hal_allocator_default_exec /system/system_ext/bin/hw/android.hidl.allocator@1.0-service hal_allocator_default_exec -/system_ext/bin/hw/android.hardware.audio.parameter_parser.example_service audio_vendor_parameter_parser_exec -/system/system_ext/bin/hw/android.hardware.audio.parameter_parser.example_service audio_vendor_parameter_parser_exec + /system_ext/bin/canhalconfigurator canhalconfigurator_exec /system_ext/bin/canhalconfigurator-aidl canhalconfigurator_exec diff --git a/private/audio_vendor_parameter_parser_service.te b/private/audio_vendor_parameter_parser_service.te deleted file mode 100644 index 155c8404a..000000000 --- a/private/audio_vendor_parameter_parser_service.te +++ /dev/null @@ -1,13 +0,0 @@ -# Define a vendor parameter parser service which is used by the audio server -type audio_vendor_parameter_parser, coredomain, domain; -type audio_vendor_parameter_parser_exec, system_file_type, file_type, exec_type; -init_daemon_domain(audio_vendor_parameter_parser) - -binder_service(audio_vendor_parameter_parser) - -add_service(audio_vendor_parameter_parser, audio_vendor_parameter_parser_service); - -binder_call(audioserver, audio_vendor_parameter_parser) -binder_call(audio_vendor_parameter_parser, servicemanager) - -allow audioserver audio_vendor_parameter_parser_service:service_manager find; diff --git a/private/file_contexts b/private/file_contexts index 1adeeccf1..765bb7b5d 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -517,7 +517,6 @@ /(system_ext|system/system_ext)/bin/hidl_lazy_cb_test_server u:object_r:hidl_lazy_test_server_exec:s0 /(system_ext|system/system_ext)/bin/hwservicemanager u:object_r:hwservicemanager_exec:s0 /(system_ext|system/system_ext)/bin/hw/android\.hidl\.allocator@1\.0-service u:object_r:hal_allocator_default_exec:s0 -/(system_ext|system/system_ext)/bin/hw/android\.hardware\.audio\.parameter_parser\.example_service u:object_r:audio_vendor_parameter_parser_exec:s0 /(system_ext|system/system_ext)/bin/canhalconfigurator(-aidl)? u:object_r:canhalconfigurator_exec:s0 diff --git a/private/service.te b/private/service.te index 5b231a882..36d6ccfc2 100644 --- a/private/service.te +++ b/private/service.te @@ -1,7 +1,6 @@ type adaptive_auth_service, system_server_service, service_manager_type; type ambient_context_service, app_api_service, system_server_service, service_manager_type; type attention_service, system_server_service, service_manager_type; -type audio_vendor_parameter_parser_service, service_manager_type; type bg_install_control_service, system_api_service, system_server_service, service_manager_type; type compos_service, service_manager_type; type communal_service, app_api_service, system_server_service, service_manager_type; diff --git a/private/service_contexts b/private/service_contexts index c53ed769a..863ffdecb 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -148,7 +148,6 @@ aidl_lazy_test_quit u:object_r:aidl_lazy_test_service:s0 aidl_lazy_cb_test u:object_r:aidl_lazy_test_service:s0 alarm u:object_r:alarm_service:s0 android.hardware.automotive.evs.IEvsEnumerator/default u:object_r:evsmanagerd_service:s0 -android.media.audio.IHalAdapterVendorExtension/default u:object_r:audio_vendor_parameter_parser_service:s0 android.os.UpdateEngineService u:object_r:update_engine_service:s0 android.os.UpdateEngineStableService u:object_r:update_engine_stable_service:s0 android.frameworks.automotive.display.ICarDisplayProxy/default u:object_r:fwk_automotive_display_service:s0