1UNSUPPORTED: android 2 3Verify that various functions are *not* present in the minimal binary. Presence 4of those symbols in the minimal runtime would mean that the split code made it 5back into the core Sanitizer runtime library. 6 7RUN: nm %shared_minlibscudo | not grep Symbolizer 8RUN: nm %shared_minlibscudo | not grep Coverage 9