Add verification of System.Globalization.Native.so symbols (#7848)
authorJan Vorlicek <janvorli@microsoft.com>
Thu, 27 Oct 2016 19:53:35 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Oct 2016 19:53:35 +0000 (21:53 +0200)
commitc26e5c5e23446a8c46eab7a071edb8fe6c2ef216
tree9511e2a6395121a3a01867ae196b804053c7f73a
parent675622bb85f3c78de1967a78052d7280a2834611
Add verification of System.Globalization.Native.so symbols (#7848)

This change adds check of undefined dependencies of the System.Globalization.Native.so
to the build.sh. The recent change that made the ICU APIs resolving driven by the
shared library itself creates a potential for someone adding usage of an ICU API that
is not defined in the icushim.h.
With this change, such problem will be caught during the build and cause it to fail.
build.sh