commit | 1e92cfb9a0a23f54413825d663d004d36008e34e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 15 21:34:33 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 15 21:34:33 2016 +0000 |
tree | 3b1e7906b3991fc77b74af19d608a3a2118dbda9 | |
parent | 70a97146254a90e83cc4d309b16cdeaaec49e575 [diff] | |
parent | 744d33b38100ff756492a96253ab021552ea8162 [diff] |
Merge "Add support for LOCAL_MODULE_SYMLINKS"
diff --git a/core/Makefile b/core/Makefile index 79faae1..cdf24dd 100644 --- a/core/Makefile +++ b/core/Makefile
@@ -550,7 +550,7 @@ 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