diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-03-17 23:36:58 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-07 19:56:53 +0200 |
commit | 5a1c5d7094cf0c00f4bbca7390fee11ef9293366 (patch) | |
tree | d71d47d745d393b5af935499ad65f1124cd50f86 /sepolicy/file_contexts | |
parent | 80ba271b8cce2bad53a20be34a840e99735807fb (diff) |
msm8996: Build HVX neuralnetworks HAL
Change-Id: I6dfc2f82393f23e3f11bc813057c9446985d1968
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 681e831..95926eb 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -21,6 +21,9 @@ /sys/devices/soc/leds-qpnp-[0-9]+/leds(/.*)? u:object_r:sysfs_leds:s0 /vendor/bin/hw/android\.hardware\.light@2\.0-service.zuk_8996 u:object_r:hal_light_default_exec:s0 +# Neural Networks HAL +/(vendor|system/vendor)/bin/hw/android\.hardware\.neuralnetworks@1\.0-service-hvx u:object_r:hal_neuralnetworks_hvx_exec:s0 + # persist /dev/block/platform/soc/(624000\.ufshc|7464900\.sdhci)/by-name/persist u:object_r:persist_block_device:s0 /persist/rfs(/.*)? u:object_r:rfs_file:s0 |