Merge "Add a flag to build husky with nvhe hypervisor"
This commit is contained in:
commit
4b2d4ec3a8
1 changed files with 9 additions and 0 deletions
|
@ -29,3 +29,12 @@ include device/google/zuma/BoardConfig-common.mk
|
||||||
-include vendor/google_devices/husky/proprietary/BoardConfigVendor.mk
|
-include vendor/google_devices/husky/proprietary/BoardConfigVendor.mk
|
||||||
include device/google/shusky-sepolicy/husky-sepolicy.mk
|
include device/google/shusky-sepolicy/husky-sepolicy.mk
|
||||||
include device/google/shusky/wifi/BoardConfig-wifi.mk
|
include device/google/shusky/wifi/BoardConfig-wifi.mk
|
||||||
|
|
||||||
|
# Android Virtualization Framework (AVF) team is using husky with hypervisor in
|
||||||
|
# nvhe mode as a development platform to build infrastructure that supports
|
||||||
|
# assigning devices to guest VMs.
|
||||||
|
#
|
||||||
|
# TODO(b/278008514): remove this once we have builds from our kernel branch.
|
||||||
|
ifeq ($(HUSKY_ENABLE_DEVICE_ASSIGNMENT), true)
|
||||||
|
BOARD_KERNEL_CMDLINE += kvm-arm.mode=nvhe
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue