From 97a401965592d22c82410ab7c9f48295dfcb1183 Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Fri, 22 Mar 2024 13:01:02 +0000 Subject: [PATCH] Remove unused condition We are not using HUSKY_ENABLE_DEVICE_ASSIGNMENT anymore Bug: 278008514 Test: presubmit Change-Id: If300197c57a649194d7cba640f841ede46881b87 --- husky/BoardConfig.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/husky/BoardConfig.mk b/husky/BoardConfig.mk index cef3db2..1c3a016 100644 --- a/husky/BoardConfig.mk +++ b/husky/BoardConfig.mk @@ -59,11 +59,3 @@ include device/google/zuma/BoardConfig-common.mk include device/google/shusky-sepolicy/husky-sepolicy.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