Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d20ebb4f authored by Daniel Norman's avatar Daniel Norman Committed by Deyao Ren
Browse files

Fixes sensors AIDL default impl APEX's binary name.

commit bde01c60
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 commit 80e55dab)
parent 1e1887e0
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -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
 No newline at end of file