summaryrefslogtreecommitdiff
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorVineeta Srivastava <vsrivastava@google.com>2015-03-17 16:33:13 -0700
committerVineeta Srivastava <vsrivastava@google.com>2015-03-17 16:33:13 -0700
commit72b33b0b1b3e5ef21839a8e3fdc35cc8ea8ff70e (patch)
tree0c05406a44ca3f366f43afd0d8fc70e517b0608b /BoardConfig.mk
parent3659a1e2e28fdb1e0c6ad91360fe55e8def05612 (diff)
downloadbullhead-72b33b0b1b3e5ef21839a8e3fdc35cc8ea8ff70e.tar.gz
bullhead: allow selinux in permissive mode
Also added 64 bit binder. Change-Id: I226e896b0488d25e510d7591b898c2cd9cb7a660
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r--BoardConfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6dd9c26..8c4406b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -36,7 +36,7 @@ BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x01E00000
BOARD_RAMDISK_OFFSET := 0x02000000
-BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=bullhead boot_cpus=0-5
+BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=bullhead androidboot.selinux=permissive boot_cpus=0-5
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset BOARD_RAMDISK_OFFSET --tags_offset BOARD_KERNEL_TAGS_OFFSET
BOARD_USES_ALSA_AUDIO := true
@@ -91,4 +91,6 @@ BOARD_SEPOLICY_UNION += \
ueventd.te \
file_contexts
+TARGET_USES_64_BIT_BINDER := true
+
-include vendor/lge/bullhead/BoardConfigVendor.mk