1def can_build(env, platform): 2 return not env["disable_navigation_2d"] 3 4 5def configure(env): 6 pass 7 8