diff --git a/build/soong/service_fuzzer_bindings.go b/build/soong/service_fuzzer_bindings.go index 48062700d..139c2d507 100644 --- a/build/soong/service_fuzzer_bindings.go +++ b/build/soong/service_fuzzer_bindings.go @@ -75,6 +75,8 @@ var ( "android.hardware.light.ILights/default": EXCEPTION_NO_FUZZER, "android.hardware.macsec.IMacsecPskPlugin/default": EXCEPTION_NO_FUZZER, "android.hardware.media.c2.IComponentStore/default": EXCEPTION_NO_FUZZER, + "android.hardware.media.c2.IComponentStore/default1": EXCEPTION_NO_FUZZER, + "android.hardware.media.c2.IComponentStore/default2": EXCEPTION_NO_FUZZER, "android.hardware.media.c2.IComponentStore/software": []string{"libcodec2-aidl-fuzzer"}, "android.hardware.memtrack.IMemtrack/default": EXCEPTION_NO_FUZZER, "android.hardware.net.nlinterceptor.IInterceptor/default": EXCEPTION_NO_FUZZER, diff --git a/private/service_contexts b/private/service_contexts index e45f87c63..f4b331e28 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -59,6 +59,8 @@ android.hardware.ir.IConsumerIr/default u:object_r: android.hardware.light.ILights/default u:object_r:hal_light_service:s0 android.hardware.macsec.IMacsecPskPlugin/default u:object_r:hal_macsec_service:s0 android.hardware.media.c2.IComponentStore/default u:object_r:hal_codec2_service:s0 +android.hardware.media.c2.IComponentStore/default1 u:object_r:hal_codec2_service:s0 +android.hardware.media.c2.IComponentStore/default2 u:object_r:hal_codec2_service:s0 android.hardware.media.c2.IComponentStore/software u:object_r:hal_codec2_service:s0 android.hardware.memtrack.IMemtrack/default u:object_r:hal_memtrack_service:s0 android.hardware.net.nlinterceptor.IInterceptor/default u:object_r:hal_nlinterceptor_service:s0