diff options
Diffstat (limited to 'cc/compiler.go')
-rw-r--r-- | cc/compiler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/compiler.go b/cc/compiler.go index 8d034c9e..f3cf0401 100644 --- a/cc/compiler.go +++ b/cc/compiler.go @@ -73,7 +73,7 @@ type BaseCompilerProperties struct { // list of directories relative to the Blueprints file that will // be added to the include path using -I - Local_include_dirs []string `android:"arch_variant,variant_prepend",` + Local_include_dirs []string `android:"arch_variant,variant_prepend"` // list of generated sources to compile. These are the names of gensrcs or // genrule modules. |