diff options
Diffstat (limited to 'android/androidmk.go')
-rw-r--r-- | android/androidmk.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/androidmk.go b/android/androidmk.go index 6b6c3f13b..a0ed1e449 100644 --- a/android/androidmk.go +++ b/android/androidmk.go @@ -492,8 +492,6 @@ type fillInEntriesContext interface { ModuleDir(module blueprint.Module) string ModuleSubDir(module blueprint.Module) string Config() Config - ModuleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) any - ModuleHasProvider(module blueprint.Module, provider blueprint.AnyProviderKey) bool moduleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) ModuleType(module blueprint.Module) string } |