From 30e10aa86a037d36e7708c06511922eefd14339b Mon Sep 17 00:00:00 2001 From: Steven Moreland <smoreland@google.com> Date: Thu, 16 Feb 2017 19:25:37 -0800 Subject: [PATCH] android.hidl.memory -> android.hidl.allocator Test: hidl_test, device boots with allocator Bug: 35327976 Change-Id: I6232a2823ff16058c70f173ec2332772048563f4 --- private/file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/file_contexts b/private/file_contexts index d6a248327..9e2abeb51 100644 --- a/private/file_contexts +++ b/private/file_contexts @@ -248,7 +248,7 @@ /system/bin/virtual_touchpad u:object_r:virtual_touchpad_exec:s0 /system/bin/vr_wm u:object_r:vr_wm_exec:s0 /system/bin/hw/android\.hardware\.bluetooth@1\.0-service u:object_r:hal_bluetooth_default_exec:s0 -/system/bin/hw/android\.hidl\.memory@1\.0-service u:object_r:hal_allocator_exec:s0 +/system/bin/hw/android\.hidl\.allocator@1\.0-service u:object_r:hal_allocator_exec:s0 ############################# # Vendor files -- GitLab