mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: powerhint: Add battery_saver hint
This commit is contained in:
parent
6f758b2ca6
commit
53c941bb94
5 changed files with 23 additions and 6 deletions
|
|
@ -110,17 +110,15 @@ BOARD_ROOT_EXTRA_SYMLINKS := /factory:/efs
|
|||
|
||||
BOARD_SEPOLICY_TEE_FLAVOR := teegris
|
||||
include device/samsung_slsi/sepolicy/sepolicy.mk
|
||||
include hardware/samsung-ext/interfaces/sepolicy/SEPolicy.mk
|
||||
|
||||
# Sepolicy
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += \
|
||||
$(COMMON_PATH)/sepolicy/vendor \
|
||||
hardware/samsung-ext/interfaces/sepolicy/vendor
|
||||
$(COMMON_PATH)/sepolicy/vendor
|
||||
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += \
|
||||
$(COMMON_PATH)/sepolicy/public \
|
||||
hardware/samsung-ext/interfaces/sepolicy/public
|
||||
$(COMMON_PATH)/sepolicy/public
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \
|
||||
$(COMMON_PATH)/sepolicy/private \
|
||||
hardware/samsung-ext/interfaces/sepolicy/private
|
||||
$(COMMON_PATH)/sepolicy/private
|
||||
|
||||
# Vendor
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
|
|
|||
Loading…
Reference in a new issue