Merge "Remove unnecessary android:"path" tags in rust"

This commit is contained in:
Treehugger Robot
2021-04-21 15:53:44 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {