Add verification of System.Globalization.Native.so symbols (dotnet/coreclr#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.
Commit migrated from https://github.com/dotnet/coreclr/commit/
c26e5c5e23446a8c46eab7a071edb8fe6c2ef216