Add support for include_files
Support include_files and local_include_files to pass -include arguments to gcc. Change-Id: Ie3f03218fcbc9732741da91671b20e240f3de3a6
This commit is contained in:
@@ -28,6 +28,10 @@ func includeDirsToFlags(dirs []string) string {
|
||||
return common.JoinWithPrefix(dirs, "-I")
|
||||
}
|
||||
|
||||
func includeFilesToFlags(dirs []string) string {
|
||||
return common.JoinWithPrefix(dirs, "-include ")
|
||||
}
|
||||
|
||||
func ldDirsToFlags(dirs []string) string {
|
||||
return common.JoinWithPrefix(dirs, "-L")
|
||||
}
|
||||
|
Reference in New Issue
Block a user