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

Commit c580dedd authored by Nolen Johnson's avatar Nolen Johnson Committed by Bruno Martins
Browse files

atv: Update from newest DroidLogic devkit

* Move existing public/private sepolicy to system_ext, as
  that's where these apps live.
* `BOARD_SEPOLICY_DIRS` -> `BOARD_VENDOR_SEPOLICY_DIRS`.

Change-Id: If8877d899fdadb2dc516db86dfe1df95a3015ae5
parent 9e7e81e7
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -4,9 +4,12 @@
#

ifneq ($(TARGET_USES_PREBUILT_VENDOR_SEPOLICY), true)
BOARD_SEPOLICY_DIRS += \
BOARD_VENDOR_SEPOLICY_DIRS += \
    device/lineage/sepolicy/atv/vendor
endif

PRODUCT_PRIVATE_SEPOLICY_DIRS += \
   device/lineage/sepolicy/atv/private
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
   device/lineage/sepolicy/atv/system_ext/private

SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += \
   device/lineage/sepolicy/atv/system_ext/public
+1 −0
Original line number Diff line number Diff line
set_prop(platform_app, vendor_always_on_prop)
+1 −0
Original line number Diff line number Diff line
vendor.alwayson.backlight.animation                 u:object_r:vendor_always_on_prop:s0
Loading