File tree 1 file changed +0
-9
lines changed
src/main/java/com/google/devtools/build/lib/rules/android
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 16
16
import static com .google .devtools .build .lib .packages .ImplicitOutputsFunction .fromTemplates ;
17
17
18
18
import com .google .common .collect .ImmutableList ;
19
- import com .google .devtools .build .lib .cmdline .Label ;
20
- import com .google .devtools .build .lib .packages .Attribute .LabelLateBoundDefault ;
21
19
import com .google .devtools .build .lib .packages .ImplicitOutputsFunction .SafeImplicitOutputsFunction ;
22
20
import com .google .devtools .build .lib .packages .StarlarkProviderIdentifier ;
23
21
import com .google .devtools .build .lib .rules .cpp .CcInfo ;
@@ -143,13 +141,6 @@ public final class AndroidRuleClasses {
143
141
public static final ImmutableList <StarlarkProviderIdentifier > CONTAINS_CC_INFO_PARAMS =
144
142
ImmutableList .of (StarlarkProviderIdentifier .forKey (CcInfo .PROVIDER .getKey ()));
145
143
146
- /** The default label of android_sdk option */
147
- public static LabelLateBoundDefault <?> getAndroidSdkLabel (Label androidSdk ) {
148
- return LabelLateBoundDefault .fromTargetConfiguration (
149
- AndroidConfiguration .class ,
150
- androidSdk ,
151
- (rule , attributes , configuration ) -> configuration .getSdk ());
152
- }
153
144
154
145
public static final FileType ANDROID_IDL = FileType .of (".aidl" );
155
146
}
You can’t perform that action at this time.
0 commit comments