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)
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

index 0cc7fb2..fbd46d1 100644 (file)
@@ -67,7 +67,8 @@ PRODUCT_PACKAGES += \
     servicemanager \
     sh \
     surfaceflinger \
-    toolbox
+    toolbox \
+    libsigchain
 
 # SELinux packages
 PRODUCT_PACKAGES += \