7894559ca7
Both symbols are desktop-only: the variable feeds apply_smart_default_ window_size which is only registered inside a cfg(not(android)) block. Without the matching cfg gate on the declaration / definition, the Android cross-compile emits unused-variable and dead-code errors (-D warnings turns them into hard failures). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>