forked from openkylin/platform_build
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
This commit is contained in:
parent
4ec7007f4e
commit
330584ee81
|
@ -66,7 +66,8 @@ PRODUCT_PACKAGES += \
|
|||
servicemanager \
|
||||
sh \
|
||||
surfaceflinger \
|
||||
toolbox
|
||||
toolbox \
|
||||
libsigchain
|
||||
|
||||
# SELinux packages
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in New Issue