OSDN Git Service

Add libsigchain to the embedded.mk makefile
authorDave Allison <dallison@google.com>
Fri, 16 May 2014 20:51:36 +0000 (13:51 -0700)
committerTim Murray <timmurray@google.com>
Mon, 2 Jun 2014 22:53:31 +0000 (15:53 -0700)
commit7f73ca804a0c80bb2a9b40f3f7021f75688efeb5
tree3f1aa96b98ee4b593cdd1ebc2a7bf00ca28d40e6
parentb541ab6c51734530ed615e307f8912f32e616967
Add libsigchain to the embedded.mk makefile

This library is used in a LD_PRELOAD environment variable and the linker shows
a warning if it is not present.  This change is to added it to all targets so
that the warning is not shown.  If ART is not provided on the device this
library has no effect.

Change-Id: I81f01b66fa9c78048534f4bcfc04d62b18057a03
target/product/embedded.mk