mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fixes sensors AIDL default impl APEX's binary name.
commitbde01c60famoved this APEX from the HIDL to AIDL impl, but accidentally left out the rename of the binary in the file_contexts Also deletes unused .rc file here; the APEX already reuses the .rc file from outside the APEX dir. Bug: 222579208 Test: Build cf_x86_64_phone using sensors APEX: http://ab/P33964358 Boot the device, use accel sensor to rotate the screen. Change-Id: Ib107770312bb80b67364c855efd2df3a9bc52b9a (cherry picked from commit80e55dabf3)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
service vendor.sensors-hal-2-1-mock /apex/com.android.hardware.sensors/bin/hw/android.hardware.sensors@2.1-service.mock
|
||||
interface android.hardware.sensors@2.0::ISensors default
|
||||
interface android.hardware.sensors@2.1::ISensors default
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
rlimit rtprio 10 10
|
||||
@@ -2,4 +2,4 @@
|
||||
# Permission XMLs
|
||||
/etc/permissions(/.*)? u:object_r:vendor_configs_file:s0
|
||||
# Service binary
|
||||
/bin/hw/android\.hardware\.sensors@2\.1-service\.mock u:object_r:hal_sensors_default_exec:s0
|
||||
/bin/hw/android\.hardware\.sensors-service\.example u:object_r:hal_sensors_default_exec:s0
|
||||
Reference in New Issue
Block a user