Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1563b032 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Remove obsolete BOARD_BVB_ENABLE reference

am: 90d946e5

Change-Id: I31ce0c0783e7908c2bdfe0341925f2c7dea5ea6c
parents b5e3ad4b 90d946e5
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -539,17 +539,10 @@ VERITY_KEYID := veritykeyid=id:`openssl x509 -in $(PRODUCTS.$(INTERNAL_PRODUCT).
endif
endif

ifeq ($(BOARD_BVB_ENABLE),true)
BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE))
ifdef BOARD_KERNEL_CMDLINE
  INTERNAL_BVBTOOL_MAKE_BOOT_IMAGE_ARGS += --kernel_cmdline "$(BOARD_KERNEL_CMDLINE)"
endif
else
BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE) buildvariant=$(TARGET_BUILD_VARIANT) $(VERITY_KEYID))
ifdef BOARD_KERNEL_CMDLINE
INTERNAL_BOOTIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)"
endif
endif

INTERNAL_MKBOOTIMG_VERSION_ARGS := \
    --os_version $(PLATFORM_VERSION) \