Now, in Bazel, this path will be user-specific:/home/user/.cache/bazel/<hash>/.../include. I cannot put such a path in mycxx_builtint_include_directory, since there will be more users using this. I have tried using the (undocumented!)%package()%syntax without success. ...