diff options
Diffstat (limited to 'cc/compiler.go')
-rw-r--r-- | cc/compiler.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/compiler.go b/cc/compiler.go index d8446fb84..a3347b0f4 100644 --- a/cc/compiler.go +++ b/cc/compiler.go @@ -796,9 +796,6 @@ 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"` |