OSDN Git Service

Fix libhwcomposer relink issue when static libs been updated.
authorFan, Yugang <yugang.fan@intel.com>
Mon, 11 Sep 2017 14:46:39 +0000 (10:46 -0400)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Tue, 12 Sep 2017 12:22:55 +0000 (05:22 -0700)
commit458d95ece855490fdaf5ba6f2f05ef0118aadb47
treefec76a25bee9c26fd06e726a8cdf68b40324a8a0
parent1315d30ace3e03ac55ff02a4893360e45aad39d4
Fix libhwcomposer relink issue when static libs been updated.

The workaround of whole static link didn't use the .la file in
section of "la_LIBADD", which caused the libhwcomposer didn't
build when the two static libs got updates. Now, added the .la
to the let libtool aware timestamp changed in two static libs.
Android didn't use this WA as Android mk file has its own var
LOCAL_WHOLE_STATIC_LIBRARIES.

Jira: GSE-19
Test: Build HWC for Linux, then do some changes in common or wsi,
      and build again(just do make) to check if the new changes
      be applied in libhwcomposer and testlayers.

Signed-off-by: Yugang Fan <yugang.fan@intel.com>
Makefile.am