summaryrefslogtreecommitdiff
path: root/android/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/defaults.go')
-rw-r--r--android/defaults.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/defaults.go b/android/defaults.go
index aacfbacc6..44753ce22 100644
--- a/android/defaults.go
+++ b/android/defaults.go
@@ -204,9 +204,6 @@ func InitDefaultsModule(module DefaultsModule) {
// its checking phase and parsing phase so add it to the list as a normal property.
AddVisibilityProperty(module, "visibility", &commonProperties.Visibility)
- // The applicable licenses property for defaults is 'licenses'.
- setPrimaryLicensesProperty(module, "licenses", &commonProperties.Licenses)
-
base.module = module
}