platform_build/target/product
Furquan Shaikh e8c212235f vboot_signer: Add kernel subkey required for signing kernel keyblock
Currently, the keyblock was being generated using
data_key.vbprivk. However, we need to use kernel_subkey.vbprivk for
kernel keyblock generation. This did not create any issues until now
because dev-mode just throws a message saying that keyblock is
invalid. But, normal-mode does not boot if keyblock is
invalid. Add extra parameter for passing in kernel subkey to
vboot_signer script.

TEST="make bootimage-nodeps" generates correctly signed
boot.img. Verified that the image boots fine in normal mode.

Change-Id: I0fc2183b466e34ddf1d98c9532072548504fcec4
Signed-off-by: Furquan Shaikh <furquan@google.com>
2015-08-07 12:01:20 -07:00
..
security DO NOT MERGE: Change verity key formats 2014-11-13 23:23:31 +00:00
AndroidProducts.mk Remove the vbox target from the build system. 2014-09-11 13:48:15 -07:00
aosp_arm.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
aosp_arm64.mk arm64: Fix aosp_arm64 system image. 2014-08-22 11:15:01 +02:00
aosp_base.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
aosp_base_telephony.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
aosp_mips.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
aosp_mips64.mk [MIPS64] Add mips64 target 2014-02-05 19:07:57 -08:00
aosp_x86.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
aosp_x86_64.mk x86_64: Adding new target 2013-10-02 20:58:54 +04:00
base.mk Merge "Build "secdiscard" for securely discarding data from flash devices." into mnc-dr-dev 2015-07-13 20:54:43 +00:00
core.mk Revert "Replace Launcher2 with Launcher3" 2015-05-22 02:08:19 +00:00
core_64_bit.mk Make default 64-bit primary, 32-bit secondary 2014-06-20 14:24:32 +01:00
core_base.mk core_base.mk: switch to new H264 and MPEG2 software codecs 2015-04-16 19:02:47 -07:00
core_minimal.mk Both ext4 and f2fs binaries for adoptable storage. 2015-05-27 14:44:30 -07:00
core_tiny.mk remove gatekeeper software module 2015-05-18 09:24:44 -07:00
embedded.mk Add tzdatacheck to image 2015-05-14 10:15:35 +01:00
emulator.mk Merge "Both ext4 and f2fs binaries for adoptable storage." into mnc-dev 2015-05-28 19:54:17 +00:00
full.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
full_base.mk am 67c4d916: Merge "Remove unused property." 2015-01-29 16:51:52 +00:00
full_base_telephony.mk Remove VoiceDialer from PRODUCT_PACKAGE list. 2015-03-19 18:10:15 +00:00
full_mips.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
full_mips64.mk Remove libdvm support from the core build system. 2014-12-16 10:08:00 -08:00
full_x86.mk Rename AOSP builds to aosp_* 2013-03-26 14:06:30 -07:00
full_x86_64.mk Remove libdvm support from the core build system. 2014-12-16 10:08:00 -08:00
generic.mk
generic_armv5.mk Resurrect generic_armv5 2013-01-31 11:43:14 -08:00
generic_mips.mk MIPS generic target support 2012-05-08 11:53:47 -07:00
generic_no_telephony.mk Merge "Add BluetoothMidiService to generic_no_telephony.mk" 2015-04-09 21:05:11 +00:00
generic_x86.mk full_x86: use telephony profile 2012-06-12 14:34:53 -07:00
languages_full.mk Add locales sq_AL, gu_IN, and pa_IN for mnc-{dev,release} 2015-05-13 09:57:01 -07:00
languages_small.mk
locales_full.mk Add Esperanto to the list of locales 2012-01-31 10:43:03 +01:00
runtime_libart.mk Remove libdvm support from the core build system. 2014-12-16 10:08:00 -08:00
sdk.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_arm64.mk arm64: Fix the sdk_arm64 build products 2014-08-22 11:15:07 +02:00
sdk_base.mk Uses SDK specific feature lists for SDK system images 2015-05-22 15:38:13 -07:00
sdk_mips.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_phone_arm64.mk resolved conflicts for merge of 7a58de4e to lmp-dev-plus-aosp 2014-08-25 16:14:02 +02:00
sdk_phone_armv7.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_phone_mips.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_phone_mips64.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_phone_x86.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_phone_x86_64.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_x86.mk Normalize SDK product name to sdk_<device_type>_<arch_name> 2014-07-18 15:40:13 -07:00
sdk_x86_64.mk Fix 64 bit emulator booting (again). 2014-07-30 09:35:41 -07:00
telephony.mk Adding the new CarrierConfig app to the system image. 2015-04-16 10:25:03 -07:00
vboot.mk vboot_signer: Add kernel subkey required for signing kernel keyblock 2015-08-07 12:01:20 -07:00
verity.mk Separate boot and recovery image signing from dm-verity 2015-04-08 12:30:16 +01:00