diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-10-11 14:46:37 +0300 |
|---|---|---|
| committer | mosimchah <mosimchah@gmail.com> | 2019-03-24 20:55:44 -0400 |
| commit | bc9c74444487506273d6867ca1700dc0dbd50efb (patch) | |
| tree | b4ebf88121cc7fa1b61597eddad77d004c608c77 | |
| parent | 3f17996af731ddf927f3e0cfb93c4d773a7827e9 (diff) | |
kirin970-common: Ignore Selinux Neverallows
Change-Id: I585ae6bac9d0ed303422f8dfa85ecf83932bb2cf
| -rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ff989de..344d56b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -99,6 +99,11 @@ BOARD_ROOT_EXTRA_FOLDERS := \ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(VENDOR_PATH)/sepolicy/private BOARD_PLAT_PUBLIC_SEPOLICY_DIR += $(VENDOR_PATH)/sepolicy/public +# We modify several neverallows, so let the build proceed +ifneq ($(TARGET_BUILD_VARIANT),user) +SELINUX_IGNORE_NEVERALLOWS := true +endif + # Shims TARGET_LD_SHIM_LIBS := \ /system/lib64/libdisplayengineservice.so|libshims_hwsmartdisplay_jni.so \ |
