Skip to content

Commit

Permalink
qcom: Add legacymm livedisplay sepolicy
Browse files Browse the repository at this point in the history
Change-Id: Ic8e243e18cb9acf842d7afd9af0cecbf4550b1ae
  • Loading branch information
maniac103 authored and mikeNG committed May 2, 2020
1 parent 8f5528a commit c546045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions qcom/legacy-vendor/hal_lineage_livedisplay_qti.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
unix_socket_connect(hal_lineage_livedisplay_qti, pps, mm-pp-daemon)
5 changes: 5 additions & 0 deletions qcom/sepolicy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ BOARD_SEPOLICY_DIRS += \
device/lineage/sepolicy/qcom/dynamic \
device/lineage/sepolicy/qcom/vendor
endif

ifneq ($(filter msm8226 msm8610 msm8974 msm8909 msm8916 msm8952 msm8992 msm8994,$(TARGET_BOARD_PLATFORM)),)
BOARD_SEPOLICY_DIRS += \
device/lineage/sepolicy/qcom/legacy-vendor
endif

0 comments on commit c546045

Please sign in to comment.