Merge \"Add build variant to kernel command line\"

am: 70a9714625

Change-Id: I5e10a5375f50e9562af73407212fd4a800884b20
This commit is contained in:
Badhri Jagan Sridharan 2016-07-15 17:10:40 +00:00 committed by android-build-merger
commit 59c0529d6d
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ VERITY_KEYID := veritykeyid=id:`openssl x509 -in $(PRODUCTS.$(INTERNAL_PRODUCT).
endif
endif
BOARD_KERNEL_CMDLINE := $(strip $(BOARD_KERNEL_CMDLINE) $(VERITY_KEYID))
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