Skip to content
Snippets Groups Projects
Commit e693ed7c authored by William Roberts's avatar William Roberts Committed by William Roberts
Browse files

Remove the su domain from -user builds.

Change-Id: I86f2f28f7c558b8e9a70e5aa9ebcfa8bf26f9ef7
parent 16820182
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,12 @@ POLICYVERS ?= 24
MLS_SENS=1
MLS_CATS=1024
ifeq ($(TARGET_BUILD_VARIANT),user)
BOARD_SEPOLICY_IGNORE+=external/sepolicy/su.te
else
BOARD_SEPOLICY_IGNORE+=external/sepolicy/su_user.te
endif
# Quick edge case error detection for BOARD_SEPOLICY_REPLACE.
# Builds the singular path for each replace file.
sepolicy_replace_paths :=
......
# File types must be defined for file_contexts.
type su_exec, file_type;
# No allow rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment