aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-20 00:07:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-20 00:07:33 +0000
commit7ea1dd6dd1f553f0a6b928ce686e2eb6e44d5209 (patch)
treeb685329ad99bfbdfd546008a44bfa875f5ab1864
parent38f029ee7b5a9345f41cbcf14bfebff9227f088b (diff)
parentf877f5dbec05c062f5872d4f060743e7587e25c0 (diff)
downloadsepolicy-7ea1dd6dd1f553f0a6b928ce686e2eb6e44d5209.tar.gz
Merge "c2: add default1 and default2" into main
-rw-r--r--build/soong/service_fuzzer_bindings.go2
-rw-r--r--private/service_contexts2
2 files changed, 4 insertions, 0 deletions
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