Remove thermalcallback_hwservice.
There is no need for this type to be declared because it is never registered with hwservicemanager. This has been removed in the past but it seems it didn't automerge. Bug: 109802374 Test: N/A Change-Id: Id9bbc5762b6dcc8066c8543cb93db937cc4fc858
This commit is contained in:
parent
27ba511b4e
commit
19deb1f856
3 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
||||||
(type exported3_radio_prop)
|
(type exported3_radio_prop)
|
||||||
(type ffs_prop)
|
(type ffs_prop)
|
||||||
(type system_radio_prop)
|
(type system_radio_prop)
|
||||||
|
(type thermalcallback_hwservice)
|
||||||
|
|
||||||
(typeattribute binder_in_vendor_violators)
|
(typeattribute binder_in_vendor_violators)
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ android.hardware.soundtrigger::ISoundTriggerHw u:object_r:hal_a
|
||||||
android.hardware.tetheroffload.config::IOffloadConfig u:object_r:hal_tetheroffload_hwservice:s0
|
android.hardware.tetheroffload.config::IOffloadConfig u:object_r:hal_tetheroffload_hwservice:s0
|
||||||
android.hardware.tetheroffload.control::IOffloadControl u:object_r:hal_tetheroffload_hwservice:s0
|
android.hardware.tetheroffload.control::IOffloadControl u:object_r:hal_tetheroffload_hwservice:s0
|
||||||
android.hardware.thermal::IThermal u:object_r:hal_thermal_hwservice:s0
|
android.hardware.thermal::IThermal u:object_r:hal_thermal_hwservice:s0
|
||||||
android.hardware.thermal::IThermalCallback u:object_r:thermalcallback_hwservice:s0
|
|
||||||
android.hardware.tv.cec::IHdmiCec u:object_r:hal_tv_cec_hwservice:s0
|
android.hardware.tv.cec::IHdmiCec u:object_r:hal_tv_cec_hwservice:s0
|
||||||
android.hardware.tv.input::ITvInput u:object_r:hal_tv_input_hwservice:s0
|
android.hardware.tv.input::ITvInput u:object_r:hal_tv_input_hwservice:s0
|
||||||
android.hardware.tv.tuner::ITuner u:object_r:hal_tv_tuner_hwservice:s0
|
android.hardware.tv.tuner::ITuner u:object_r:hal_tv_tuner_hwservice:s0
|
||||||
|
|
|
@ -58,7 +58,6 @@ type hal_wifi_supplicant_hwservice, hwservice_manager_type, protected_hwservice;
|
||||||
type system_net_netd_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
type system_net_netd_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
||||||
type system_suspend_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
type system_suspend_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
||||||
type system_wifi_keystore_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
type system_wifi_keystore_hwservice, hwservice_manager_type, coredomain_hwservice, protected_hwservice;
|
||||||
type thermalcallback_hwservice, hwservice_manager_type, protected_hwservice;
|
|
||||||
|
|
||||||
# Following is the hwservices that are explicitly not marked with protected_hwservice.
|
# Following is the hwservices that are explicitly not marked with protected_hwservice.
|
||||||
# These are directly accessible from untrusted apps.
|
# These are directly accessible from untrusted apps.
|
||||||
|
|
Loading…
Reference in a new issue