tulsi
tulsi copied to clipboard
Support for header search path defined in COPTS
Tulsi only transfer the includes header defines in include
label into HEADER_SEARCH_PATHS
Mostly we should hide inner header for preventing other lib using it, so flags like -iquote or -I is necessary in some rule like objc_library.copts
So I create a patch for seperating the copts and move the search path part into HEADER_SEARCH_PATHS
#56