diff options
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/sdk.go b/android/sdk.go index 63e0bbeec..6b598ab9e 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -830,6 +830,9 @@ type SdkMemberContext interface { // IsTargetBuildBeforeTiramisu return true if the target build release for which this snapshot is // being generated is before Tiramisu, i.e. S. IsTargetBuildBeforeTiramisu() bool + + // ModuleErrorf reports an error at the line number of the module type in the module definition. + ModuleErrorf(fmt string, args ...interface{}) } // ExportedComponentsInfo contains information about the components that this module exports to an |