]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Fixed build report issue.
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 26 Dec 2018 07:00:37 +0000 (15:00 +0800)
committerBobCF <bob.c.feng@intel.com>
Fri, 4 Jan 2019 07:11:03 +0000 (15:11 +0800)
commit82bfbd392abcd9236ce5529354b20e18641f9cf4
treeaf924005ccab061337580cd74d3b47e4bacb2860
parent39699d078c01117a2073ebe14337ef8569674578
BaseTools: Fixed build report issue.

This patch is going to fix the regression issue
by 72a1d77694d51914c0dd6aa97dbfa58634b0a4a5

After enable PCD array, the Pcd.OverrideStruct has a new
key, array index, but the build report is not changed correspondingly.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py