Merge "c2: add default1 and default2" into main
This commit is contained in:
commit
7ea1dd6dd1
2 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue