diff options
| author | Artem Borisov <dedsa2002@gmail.com> | 2017-08-24 21:01:06 +0300 |
|---|---|---|
| committer | Ali B <abittin@gmail.com> | 2017-09-29 12:31:49 +0300 |
| commit | 9288f12f48feddd66a5cdd5439100ca75a4d83cb (patch) | |
| tree | b9583e72c19f1b048878a15c5366c19b708a0f37 | |
| parent | e9885283203877a95cb81a89d593d39b206013f8 (diff) | |
[DO NOT MERGE] flo: permissive selinuxab-test
Change-Id: Ie583ee3e564f77837f6c3be7983b53f1fa0d3a21
| -rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 08a89da..85e4f5c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -28,7 +28,7 @@ TARGET_NO_BOOTLOADER := true BOARD_KERNEL_BASE := 0x80200000 BOARD_KERNEL_PAGESIZE := 2048 # BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=msm8960 maxcpus=2 -BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=flo user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=flo user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 androidboot.selinux=permissive BOARD_KERNEL_CMDLINE += vmalloc=340M BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 TARGET_KERNEL_SOURCE := kernel/google/msm @@ -108,7 +108,7 @@ USE_DEVICE_SPECIFIC_CAMERA:= true HAVE_ADRENO_SOURCE:= false -BOARD_SEPOLICY_DIRS += device/asus/flo/sepolicy +#BOARD_SEPOLICY_DIRS += device/asus/flo/sepolicy # Media HAL BOARD_GLOBAL_CFLAGS += -DQCOM_BSP_LEGACY |
