summaryrefslogtreecommitdiff
path: root/android/defaults.go
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-01-06 19:17:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-01-06 19:17:45 +0000
commita1b87c81cae812c74721322cc4dca8a5b836d060 (patch)
treeb02182bd2063abed58eb6b1b671d1934d2592b4c /android/defaults.go
parent659f11fcfcc55f97b5d6ca6e75668fecbeaa01c3 (diff)
parentdf98d3e4a546a3a3e5e6aba5ca6151d00547ef20 (diff)
Merge changes from topic "revert-1377717-metalics-BOEMJWNSHV"
* changes: Revert "Add ability to declare licenses in soong." Revert "Export soong license data to make." Revert "Define the standard license_kind rules."
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
}