virtualization: move hypervisor property from cmdline
* This would get parsed into ro.boot property by init's property service in any case.
This commit is contained in:
@@ -59,9 +59,6 @@ BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||
# Treble
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
|
||||
# Virtualization
|
||||
BOARD_KERNEL_CMDLINE += androidboot.hypervisor.vm.supported=1
|
||||
|
||||
# Wifi
|
||||
BOARD_WLAN_DEVICE := bcmdhd
|
||||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
|
||||
@@ -63,6 +63,9 @@ media.c2.hal.selection=aidl
|
||||
# MGLRU
|
||||
persist.device_config.mglru_native.lru_gen_config=core
|
||||
|
||||
# Virtualization
|
||||
ro.boot.hypervisor.vm.supported=1
|
||||
|
||||
# Wifi
|
||||
ro.boot.wificountrycode=00
|
||||
wifi.interface=wlan0
|
||||
|
||||
Reference in New Issue
Block a user