summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDave Allison <dallison@google.com>2014-05-16 13:51:36 -0700
committerDave Allison <dallison@google.com>2014-05-16 13:51:36 -0700
commit330584ee817db41a4cd667c1e9b42130d544594b (patch)
treedde1aecab38e4be90deecef9a596bd3c87e63d08 /target
parent4ec7007f4eac30703cf14b7beaff01a1a07f7eb1 (diff)
downloadbuild-330584ee817db41a4cd667c1e9b42130d544594b.zip
build-330584ee817db41a4cd667c1e9b42130d544594b.tar.gz
build-330584ee817db41a4cd667c1e9b42130d544594b.tar.bz2
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
Diffstat (limited to 'target')
-rw-r--r--target/product/embedded.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk
index 60a19da..de6e5c8 100644
--- a/target/product/embedded.mk
+++ b/target/product/embedded.mk
@@ -66,7 +66,8 @@ PRODUCT_PACKAGES += \
servicemanager \
sh \
surfaceflinger \
- toolbox
+ toolbox \
+ libsigchain
# SELinux packages
PRODUCT_PACKAGES += \