Skip to content

Commit

Permalink
hybris: kernel-cmd: Use systemd legacy mode instead of hybris one
Browse files Browse the repository at this point in the history
  • Loading branch information
iAboothahir committed May 18, 2021
1 parent d4c992b commit a05824a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BoardConfig.mk
Expand Up @@ -57,7 +57,8 @@ TARGET_OTA_ASSERT_DEVICE := ASUS_X00TD,X00TD,X00T
# Kernel
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 loop.max_part=7
#BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
BOARD_KERNEL_CMDLINE += systemd.legacy_systemd_cgroup_controller=yes
# BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
BOARD_KERNEL_PAGESIZE := 4096
BOARD_KERNEL_TAGS_OFFSET := 0x00000100
Expand Down

0 comments on commit a05824a

Please sign in to comment.