Fixes sensors AIDL default impl APEX's binary name.
commitbde01c60fa
moved 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:
parent
1e1887e055
commit
d20ebb4f6f
2 changed files with 1 additions and 8 deletions
|
@ -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
|
Loading…
Reference in a new issue