Merge branch 'lineage-17.1-sepolicy' of github.com:S3NEO/android_device_samsung_msm8226-common into lineage-17.1-sepolicy

This commit is contained in:
RomanDesigner 2020-03-10 18:04:52 +03:00
commit 7edf089eea
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