ios_static_framework expose header files from another folder and keep the same structure as original path
Similar to include["."] or copts = ["-I."] when expose header files with hdrs. but ios_static_framework has not include and copts. so how to change the include path from current path to another path?
why ios_static_framework did not support this function as following image

Dealing with this exact same issue when trying to build external dependencies
I think this is the convention for Apple frameworks--headers are flattened into the Headers and PrivateHeaders directories in the final framework.
@thii You mean that the `PrivateHeaders do not suggest to expose to caller?
Oops, I think I was misunderstanding your issue. ios_static_framework does not support bundling private headers.