bootloader_message: Fix compile fail randomly bug. [1/1]

PD#SWPL-166111

Problem:
When compiling bootloader_message, it would fail randomly when linking
libbootloader_message.a.

Solution:
The root cause is parallel make. The linking for urlmisc may happen before
libbootloader_message.a is generated.
Add libbootloader_message.a dependency for urlmisc and bootloader_slot
to make the command order right.

Verify:
AV400

Change-Id: Ia728e38c80dd74f93550b1b60d7b446970de2092
Signed-off-by: hanliang.xiong <hanliang.xiong@amlogic.com>
1 file changed