diff options
Diffstat (limited to 'java/hiddenapi.go')
-rw-r--r-- | java/hiddenapi.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/hiddenapi.go b/java/hiddenapi.go index bc3b4746a..a34044f32 100644 --- a/java/hiddenapi.go +++ b/java/hiddenapi.go @@ -121,13 +121,6 @@ type hiddenAPIIntf interface { var _ hiddenAPIIntf = (*hiddenAPI)(nil) -// hiddenAPISupportingModule is the interface that is implemented by any module that supports -// contributing to the hidden API processing. -type hiddenAPISupportingModule interface { - android.Module - hiddenAPIIntf -} - // Initialize the hiddenapi structure func (h *hiddenAPI) initHiddenAPI(ctx android.BaseModuleContext, configurationName string) { // If hiddenapi processing is disabled treat this as inactive. |