Bug Fixes
- Android UI builds:
js_nanbox_pointer,js_nanbox_string, andjs_nanbox_get_pointerwere undefined in the compiled.so—strip_duplicate_objects_from_libremovedperry_runtime-*objects from the UI library whileskip_runtimeprevented the standalone runtime from being linked. Fixed by skipping strip-dedup on Android (like Windows), since--allow-multiple-definitionhandles duplicate symbols safely.