diff options
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go index 66a5f60ad..ab68e24f1 100644 --- a/android/module.go +++ b/android/module.go @@ -3734,6 +3734,8 @@ type IdeInfo struct { Installed_paths []string `json:"installed,omitempty"` SrcJars []string `json:"srcjars,omitempty"` Paths []string `json:"path,omitempty"` + Static_libs []string `json:"static_libs,omitempty"` + Libs []string `json:"libs,omitempty"` } func CheckBlueprintSyntax(ctx BaseModuleContext, filename string, contents string) []error { |