diff options
author | 2024-09-11 11:35:46 -0700 | |
---|---|---|
committer | 2024-09-11 11:35:46 -0700 | |
commit | e8a8783154dc31f3e09e3bb98a8b11233358097d (patch) | |
tree | f19de4ab4630cf252c06573c9fad7c20b3703b1b /android/sdk.go | |
parent | 28b806c9eb56698c9484c1fb6071bd091c3aa20e (diff) |
Rename ConfigAndErrorContext to ConfigurableEvaluatorContext
I'm going to be adding some methods to this interface, give it
a name based on how it's going to be used, not based on what methods
it contains.
Bug: 323382414
Test: m nothing --no-skip-soong-tests
Change-Id: I9bba04ba756c4dbe00625e2d04af81e78a11cae9
Diffstat (limited to 'android/sdk.go')
-rw-r--r-- | android/sdk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdk.go b/android/sdk.go index d3f04a4f9..fb1ac24d4 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -813,7 +813,7 @@ type SdkMemberProperties interface { // SdkMemberContext provides access to information common to a specific member. type SdkMemberContext interface { - ConfigAndErrorContext + ConfigurableEvaluatorContext // SdkModuleContext returns the module context of the sdk common os variant which is creating the // snapshot. |