Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f0b0999 authored by Aaron Kling's avatar Aaron Kling Committed by Nolen Johnson
Browse files

atv: Allow setupwraith configs to be set by vendor

Change-Id: I0e2831019d5bbb9d432bbad48cd91c98f3c3cb6f
(cherry picked from commit 72049da6)
parent b88be80a
Loading
Loading
Loading
Loading

atv/sepolicy.mk

0 → 100644
+9 −0
Original line number Diff line number Diff line
#
# This policy configuration will be used by atv products that
# inherit from Lineage
#

ifneq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true)
BOARD_SEPOLICY_DIRS += \
    device/lineage/sepolicy/atv/vendor
endif
+2 −0
Original line number Diff line number Diff line
# Allow vendor to set suw configs
atv.setup.          u:object_r:exported_default_prop:s0
+5 −0
Original line number Diff line number Diff line
@@ -27,3 +27,8 @@ endif

# Selectively include legacy rules defined by the products
-include device/lineage/sepolicy/legacy-common/sepolicy.mk

# Include atv rules on atv product
ifeq ($(PRODUCT_IS_ATV), true)
include device/lineage/sepolicy/atv/sepolicy.mk
endif