From 3445819d5acbc0d9fff1f5c6141d8264f5c7f782 Mon Sep 17 00:00:00 2001 From: Thomas Nguyen Date: Wed, 7 Dec 2022 10:15:47 -0800 Subject: [PATCH] Add IRadioSatellite context Bug: 260644201 Test: atest VtsHalRadioTargetTes Change-Id: I43555e1f076cdf96fb0b7805cd664d7ba6798aec --- build/soong/service_fuzzer_bindings.go | 3 +++ private/service_contexts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/soong/service_fuzzer_bindings.go b/build/soong/service_fuzzer_bindings.go index f7176e87a..f13c23c05 100644 --- a/build/soong/service_fuzzer_bindings.go +++ b/build/soong/service_fuzzer_bindings.go @@ -90,6 +90,9 @@ var ( "android.hardware.radio.network.IRadioNetwork/slot1": EXCEPTION_NO_FUZZER, "android.hardware.radio.network.IRadioNetwork/slot2": EXCEPTION_NO_FUZZER, "android.hardware.radio.network.IRadioNetwork/slot3": EXCEPTION_NO_FUZZER, + "android.hardware.radio.satellite.IRadioSatellite/slot1": EXCEPTION_NO_FUZZER, + "android.hardware.radio.satellite.IRadioSatellite/slot2": EXCEPTION_NO_FUZZER, + "android.hardware.radio.satellite.IRadioSatellite/slot3": EXCEPTION_NO_FUZZER, "android.hardware.radio.sim.IRadioSim/slot1": EXCEPTION_NO_FUZZER, "android.hardware.radio.sim.IRadioSim/slot2": EXCEPTION_NO_FUZZER, "android.hardware.radio.sim.IRadioSim/slot3": EXCEPTION_NO_FUZZER, diff --git a/private/service_contexts b/private/service_contexts index 85cd7cb7b..a144db171 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -70,6 +70,9 @@ android.hardware.radio.modem.IRadioModem/slot3 u:object_r: android.hardware.radio.network.IRadioNetwork/slot1 u:object_r:hal_radio_service:s0 android.hardware.radio.network.IRadioNetwork/slot2 u:object_r:hal_radio_service:s0 android.hardware.radio.network.IRadioNetwork/slot3 u:object_r:hal_radio_service:s0 +android.hardware.radio.satellite.IRadioSatellite/slot1 u:object_r:hal_radio_service:s0 +android.hardware.radio.satellite.IRadioSatellite/slot2 u:object_r:hal_radio_service:s0 +android.hardware.radio.satellite.IRadioSatellite/slot3 u:object_r:hal_radio_service:s0 android.hardware.radio.sim.IRadioSim/slot1 u:object_r:hal_radio_service:s0 android.hardware.radio.sim.IRadioSim/slot2 u:object_r:hal_radio_service:s0 android.hardware.radio.sim.IRadioSim/slot3 u:object_r:hal_radio_service:s0