diff options
Diffstat (limited to 'cc/compiler.go')
-rw-r--r-- | cc/compiler.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/compiler.go b/cc/compiler.go index 9a961cfb9..e52a6c371 100644 --- a/cc/compiler.go +++ b/cc/compiler.go @@ -772,6 +772,9 @@ type RustBindgenClangProperties struct { // be added to the include path using -I Local_include_dirs []string `android:"arch_variant,variant_prepend"` + // list of Rust static libraries. + Static_rlibs []string `android:"arch_variant,variant_prepend"` + // list of static libraries that provide headers for this binding. Static_libs []string `android:"arch_variant,variant_prepend"` |