Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 355cf922 authored by Rohit Sekhar's avatar Rohit Sekhar
Browse files

[DNM]: FP6: Permissive

parent 0e9b6e62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ BOARD_BOOTCONFIG += \
    androidboot.usbcontroller=a600000.dwc3 \
    androidboot.load_modules_parallel=true \
    androidboot.vendor.qspa=true
BOARD_BOOTCONFIG += androidboot.selinux=permissive
BOARD_INCLUDE_DTB_IN_BOOTIMG := true
BOARD_INIT_BOOT_HEADER_VERSION := 4
BOARD_MKBOOTIMG_INIT_ARGS += --header_version $(BOARD_INIT_BOOT_HEADER_VERSION)
+2 −0
Original line number Diff line number Diff line
@@ -418,5 +418,7 @@ PRODUCT_PACKAGES += \
    firmware_wlan_mac.bin_symlink \
    firmware_WCNSS_qcom_cfg.ini_symlink

PRODUCT_CFLAGS += -DALLOW_PERMISSIVE_SELINUX=1

# Inherit from the proprietary files makefile.
$(call inherit-product, vendor/fairphone/FP6/FP6-vendor.mk)