The recent headers update includes a rename of cl_ndrange_kernel_command_properties_khr  to cl_command_properties_khr. This broke a bunch of targets when importing this repo into Google's repos, including TensorFlow.
Please add a using alias of cl_ndrange_kernel_command_properties_khr to cl_command_properties_khr? You can aslo add a [[deprecated]] attribute to the using alias so that a warning shows up, allowing clients to update their code.