c2: add default1 and default2

This is causing some targets to fail.

Bug: 335897540
Test: N/A
Change-Id: Ia077fc6bee952ff06ed13a555b96a00d6b5216e4
This commit is contained in:
Steven Moreland 2024-04-19 21:48:19 +00:00 committed by Sungtak Lee
parent 949b5d7e4e
commit f877f5dbec
2 changed files with 4 additions and 0 deletions

View file

@ -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,

View file

@ -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