BoardConfig: SELinux: Fix typo
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I87316101ba7bb337374baeb1d4da541604ee45b2
This commit is contained in:
parent
6f77aed40c
commit
b830c75e82
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ VENDOR_SECURITY_PATCH := 2020-03-01
|
|||
|
||||
# SELinux
|
||||
include device/qcom/sepolicy-legacy-um/sepolicy.mk
|
||||
BOARD_SEPOLICY_DIRS += $(VENDOR_PATH)/sepolicy
|
||||
BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
|
||||
SELINUX_IGNORE_NEVERALLOWS := true
|
||||
|
||||
# Wifi
|
||||
|
|
Loading…
Reference in a new issue