diff options
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/sdk.go b/android/sdk.go index 07b94b246..a71f7f211 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -985,6 +985,10 @@ type SdkMemberContext interface { // RequiresTrait returns true if this member is expected to provide the specified trait. RequiresTrait(trait SdkMemberTrait) bool + + // IsTargetBuildBeforeTiramisu return true if the target build release for which this snapshot is + // being generated is before Tiramisu, i.e. S. + IsTargetBuildBeforeTiramisu() bool } // ExportedComponentsInfo contains information about the components that this module exports to an |