summaryrefslogtreecommitdiff
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go
index fb5c00acb..bcefca0ba 100644
--- a/android/module.go
+++ b/android/module.go
@@ -1736,4 +1736,5 @@ type IdeInfo struct {
Jars []string `json:"jars,omitempty"`
Classes []string `json:"class,omitempty"`
Installed_paths []string `json:"installed,omitempty"`
+ SrcJars []string `json:"srcjars,omitempty"`
}