Loading rust/bindgen.go +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ type BindgenProperties struct { // binary must expect arguments in a similar fashion to bindgen, e.g. // // "my_bindgen [flags] wrapper_header.h -o [output_path] -- [clang flags]" Custom_bindgen string `android:"path"` Custom_bindgen string } type bindgenDecorator struct { Loading rust/compiler.go +2 −2 Original line number Diff line number Diff line Loading @@ -77,10 +77,10 @@ type BaseCompilerProperties struct { Lints *string // flags to pass to rustc. To enable configuration options or features, use the "cfgs" or "features" properties. Flags []string `android:"path,arch_variant"` Flags []string `android:"arch_variant"` // flags to pass to the linker Ld_flags []string `android:"path,arch_variant"` Ld_flags []string `android:"arch_variant"` // list of rust rlib crate dependencies Rlibs []string `android:"arch_variant"` Loading Loading
rust/bindgen.go +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ type BindgenProperties struct { // binary must expect arguments in a similar fashion to bindgen, e.g. // // "my_bindgen [flags] wrapper_header.h -o [output_path] -- [clang flags]" Custom_bindgen string `android:"path"` Custom_bindgen string } type bindgenDecorator struct { Loading
rust/compiler.go +2 −2 Original line number Diff line number Diff line Loading @@ -77,10 +77,10 @@ type BaseCompilerProperties struct { Lints *string // flags to pass to rustc. To enable configuration options or features, use the "cfgs" or "features" properties. Flags []string `android:"path,arch_variant"` Flags []string `android:"arch_variant"` // flags to pass to the linker Ld_flags []string `android:"path,arch_variant"` Ld_flags []string `android:"arch_variant"` // list of rust rlib crate dependencies Rlibs []string `android:"arch_variant"` Loading