Reorder the building dependence:
authorJun Wang <junbill.wang@samsung.com>
Thu, 1 Sep 2016 05:48:44 +0000 (13:48 +0800)
committerJun Wang <junbill.wang@samsung.com>
Thu, 1 Sep 2016 05:48:44 +0000 (13:48 +0800)
commit8786a5b1c39f97a398e5792a5994cf70230e19e8
tree111f5349cd4f8bf70dd3e725f38ab5759067bb01
parent7e049796341a686e7919e4a8c5b4267b938ba566
Reorder the building dependence:
1.The packages which are been depended most ,build them first.
2.The packages which have no dependence ,build them later.

These ways can imporve the building speed for multiple packages.

Change-Id: I96c7af363e3fa630615e9e3c0290858516ec254d
depanneur