Skip to content
Snippets Groups Projects
Commit 8b925068 authored by William Roberts's avatar William Roberts Committed by Android Git Automerger
Browse files

am e693ed7c: Remove the su domain from -user builds.

* commit 'e693ed7c':
  Remove the su domain from -user builds.
parents 2d580ddc e693ed7c
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.
Finish editing this message first!
Please register or to comment