diff options
author | 2025-01-23 19:28:17 +0000 | |
---|---|---|
committer | 2025-01-23 19:43:53 +0000 | |
commit | 4736185b4b6c379a309218b71d15d4f93727dd3c (patch) | |
tree | 638069b819a4d0a1cb643a5343d8ee45c1d1fef2 /android/module_proxy.go | |
parent | 4d78e0108b85354098811ec86307cc8d2550555f (diff) |
Clean up some of the code around effective license.
Bug: 377723687
Test: Unit tests and compare the ninja and mk files generated.
Change-Id: I01f0407e4eb6050b556bfebc1cc4d1abd29ad4a6
Diffstat (limited to 'android/module_proxy.go')
-rw-r--r-- | android/module_proxy.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/module_proxy.go b/android/module_proxy.go index afca0d72b..77abc11e6 100644 --- a/android/module_proxy.go +++ b/android/module_proxy.go @@ -164,10 +164,6 @@ func (m ModuleProxy) ExportedToMake() bool { panic("method is not implemented on ModuleProxy") } -func (m ModuleProxy) EffectiveLicenseKinds() []string { - panic("method is not implemented on ModuleProxy") -} - func (m ModuleProxy) EffectiveLicenseFiles() Paths { panic("method is not implemented on ModuleProxy") } |