From 4e2bf9fb2d3ede98da38a6574a17a6ec2d6bb84e Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 11 Sep 2024 13:26:20 -0700 Subject: Add HasMutatorFinished To enforce that selects are only evaluated after a certain point in a followup cl. Bug: 323382414 Test: m nothing --no-skip-soong-tests Change-Id: Ib215fedb904aa2e5f4d65cfd26a23f527eb4983e --- android/sdk.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'android/sdk.go') diff --git a/android/sdk.go b/android/sdk.go index fb1ac24d4..ab9a91ccb 100644 --- a/android/sdk.go +++ b/android/sdk.go @@ -813,8 +813,6 @@ type SdkMemberProperties interface { // SdkMemberContext provides access to information common to a specific member. type SdkMemberContext interface { - ConfigurableEvaluatorContext - // SdkModuleContext returns the module context of the sdk common os variant which is creating the // snapshot. // -- cgit v1.2.3-59-g8ed1b