public class GenAidl extends AbstractBuildRuleWithDeclaredAndExtraDeps
# This will generate IOrcaService.java in the buck-out/gen directory. gen_aidl( name = 'orcaservice', aidl = 'IOrcaService.aidl', ) android_library( name = 'server', srcs = glob(['*.java']) + [':orcaservice'], deps = [ '//first-party/orca/lib-base:lib-base', ], )
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Step> |
getBuildSteps(BuildContext context,
BuildableContext buildableContext) |
SourcePath |
getSourcePathToOutput() |
deprecatedGetExtraDeps, getBuildDeps, getDeclaredDeps, getTargetGraphOnlyDeps
equals, getBuildTarget, getDependencies, getProjectFilesystem, getSourcePathOutputs, getType, hasBuildSteps, hashCode, injectFields, isCacheable, toString, updateBuildRuleResolver
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compareTo, getFullyQualifiedName, outputFileCanBeCopied, shouldRespectInputSizeLimitForRemoteExecution
public SourcePath getSourcePathToOutput()
public com.google.common.collect.ImmutableList<Step> getBuildSteps(BuildContext context, BuildableContext buildableContext)