btf: re-enable host dd fix for hermetic BTF generation
Run 31243889436 got past resolve_btfids building (0001+0002 working)
and reached the vmlinux link, where gen_btf in link-vmlinux.sh:253 died
with 'dd: not found' because the hermetic PATH has no coreutils.
Re-enable the step that echoes ADDITIONAL_HOST_TOOLS=dd into
build.config.gki.aarch64 so the hermetic host_tools dir contains dd.