summaryrefslogtreecommitdiff
path: root/android/module.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go
index cd4baabb5..a498839ce 100644
--- a/android/module.go
+++ b/android/module.go
@@ -360,6 +360,9 @@ type commonProperties struct {
// more details.
Visibility []string
+ // Names of the licenses that apply to this module.
+ Licenses []string
+
// control whether this module compiles for 32-bit, 64-bit, or both. Possible values
// are "32" (compile for 32-bit only), "64" (compile for 64-bit only), "both" (compile for both
// architectures), or "first" (compile for 64-bit on a 64-bit platform, and 32-bit on a 32-bit