commit | d253769f666032602cd8ab18f03578b55d52cba7 | [log] [tgz] |
---|---|---|
author | Safayat Ullah <safayat@google.com> | Tue Feb 14 05:39:18 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 14 05:39:18 2023 +0000 |
tree | bfd4a385fd114b847405d5235bd664f933ab7c64 | |
parent | 5c8426b36d63aab685beabdc82628fbf0d65139a [diff] | |
parent | 92818aad0052c0f9402dbce917c57ece6d020577 [diff] |
Revert "sepolicy/vibrator: Update sepolicy to support adaptive haptics property" am: 92818aad00 Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/2434912 Change-Id: I64c6c16a844f7cdc512bf46b61836bdaaa8afe50 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/vibrator/common/property_contexts b/vibrator/common/property_contexts index 089a357..64a2600 100644 --- a/vibrator/common/property_contexts +++ b/vibrator/common/property_contexts
@@ -1,2 +1 @@ -ro.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0 -persist.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0 +ro.vendor.vibrator.hal. u:object_r:vendor_vibrator_prop:s0
diff --git a/vibrator/cs40l26/hal_vibrator_default.te b/vibrator/cs40l26/hal_vibrator_default.te index 060c484..478bee9 100644 --- a/vibrator/cs40l26/hal_vibrator_default.te +++ b/vibrator/cs40l26/hal_vibrator_default.te
@@ -15,8 +15,5 @@ get_prop(hal_vibrator_default, vendor_vibrator_prop); -# Allow Vibrator HAL to communicate with daemon via socket -unix_socket_connect(hal_vibrator_default, chre, chre); - # Allow vibrator HAL's default implementation to use vendor-binder service vndbinder_use(hal_vibrator_default);
diff --git a/vibrator/cs40l26/vendor_init.te b/vibrator/cs40l26/vendor_init.te index da5a9d6..417a40c 100644 --- a/vibrator/cs40l26/vendor_init.te +++ b/vibrator/cs40l26/vendor_init.te
@@ -1,2 +1 @@ set_prop(vendor_init, vendor_vibrator_prop) -get_prop(vendor_init, adaptive_haptics_prop)