[DNM] msm8226-common: selinux: set enforcing state back

This commit is contained in:
RomanDesigner 2020-01-27 17:17:50 +03:00
parent 2a8ce17641
commit e8af831705
2 changed files with 0 additions and 3 deletions

View File

@ -97,7 +97,6 @@ DEVICE_MATRIX_FILE := device/samsung/msm8226-common/compatibility_matrix.xml
TARGET_KEYMASTER_SKIP_WAITING_FOR_QSEE := true
# SELinux
CONFIG_NEO_MSM_SEPOLICY_TYPE := temporary
include device/samsung/msm8226-common/sepolicy/sepolicy.mk
# Partitions

View File

@ -14,8 +14,6 @@
# limitations under the License.
#
ifeq ($(CONFIG_NEO_MSM_SEPOLICY_TYPE), common)
include device/qcom/sepolicy-legacy/sepolicy.mk
BOARD_SEPOLICY_DIRS += \
device/samsung/msm8226-common/sepolicy/common
endif