commit | 938b862996c1c6bea9793a2729713534a5d66ddb | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Thu Sep 16 10:42:58 2021 -0700 |
committer | Daniel Norman <danielnorman@google.com> | Fri Sep 24 16:16:19 2021 +0000 |
tree | cff955e518be15438a1e221e2ef1f85e3640bdd9 | |
parent | b430616db82e97b4ffa6cd4a0713b169c4dd5633 [diff] [blame] |
Creates a vendor APEX for the default vibrator HAL service. Bug: 200168006 Test: Ensure vibrator service is running on device. Change-Id: I218b79f589cfae4f36cdc964ef2f2d0deaf7254e
diff --git a/vibrator/aidl/default/vibrator-default.rc b/vibrator/aidl/default/vibrator-default.rc index d17f468..9e6def3 100644 --- a/vibrator/aidl/default/vibrator-default.rc +++ b/vibrator/aidl/default/vibrator-default.rc
@@ -1,4 +1,4 @@ service vendor.vibrator-default /vendor/bin/hw/android.hardware.vibrator-service.example class hal - user system - group system + user nobody + group nobody