Sort hal_* declarations alphabetically
Test: No change to SELinux policy Change-Id: I45d6d6ab0538b9d4768b922cfdc2c972272d0b18
This commit is contained in:
parent
937be2b4e3
commit
e1ff7e8859
2 changed files with 5 additions and 5 deletions
|
@ -239,11 +239,11 @@
|
|||
/system/fake-lib(64)?/libart.* u:object_r:libart_file:s0
|
||||
/system/lib(64)?/libart.* u:object_r:libart_file:s0
|
||||
/system/bin/hw/android\.hardware\.audio@2\.0-service u:object_r:hal_audio_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_boot_exec:s0
|
||||
/system/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service u:object_r:hal_fingerprint_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_boot_exec:s0
|
||||
/system/bin/hw/android\.hardware\.camera\.provider@2\.4-service u:object_r:hal_camera_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.contexthub@1\.0-service u:object_r:hal_contexthub_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.dumpstate@1\.0-service u:object_r:hal_dumpstate_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.gatekeeper@1\.0-service u:object_r:hal_gatekeeper_default_exec:s0
|
||||
/system/bin/hw/android\.hardware\.gnss@1\.0-service u:object_r:hal_gnss_default_exec:s0
|
||||
|
|
|
@ -121,6 +121,7 @@ attribute haldomain;
|
|||
attribute hal_audio;
|
||||
attribute hal_bluetooth;
|
||||
attribute hal_camera;
|
||||
attribute hal_contexthub;
|
||||
attribute hal_dumpstate;
|
||||
attribute hal_fingerprint;
|
||||
attribute hal_gatekeeper;
|
||||
|
@ -139,4 +140,3 @@ attribute hal_thermal;
|
|||
attribute hal_vibrator;
|
||||
attribute hal_vr;
|
||||
attribute hal_wifi;
|
||||
attribute hal_contexthub;
|
||||
|
|
Loading…
Reference in a new issue