diff options
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") } |