Skip to content

Commit

Permalink
[DNM] [TMP] g12: Set SELinux to Permissive status
Browse files Browse the repository at this point in the history
Change-Id: Iae46dc077cfe7db4d5b821fea1f375eb7bb0f315
  • Loading branch information
npjohnson committed Oct 29, 2021
1 parent 8f11433 commit e54c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfigCommon.mk
Expand Up @@ -47,7 +47,7 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
BOARD_BOOTIMG_HEADER_VERSION := 2
BOARD_DTB_OFFSET := 0x00e88000
BOARD_KERNEL_BASE := 0x01078000
BOARD_KERNEL_CMDLINE := androidboot.dynamic_partitions=true androidboot.dtbo_idx=0 androidboot.boot_devices=ffe07000.emmc otg_device=1
BOARD_KERNEL_CMDLINE := androidboot.dynamic_partitions=true androidboot.dtbo_idx=0 androidboot.boot_devices=ffe07000.emmc otg_device=1 androidboot.selinux=permissive
BOARD_KERNEL_IMAGE_NAME := Image.gz
BOARD_KERNEL_OFFSET := 0x00008000
BOARD_KERNEL_PAGESIZE := 2048
Expand Down

0 comments on commit e54c4e6

Please sign in to comment.