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, getTargetGraphOnlyDepsequals, getBuildTarget, getDependencies, getProjectFilesystem, getSourcePathOutputs, getType, hasBuildSteps, hashCode, injectFields, isCacheable, toString, updateBuildRuleResolverclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, getFullyQualifiedName, outputFileCanBeCopied, shouldRespectInputSizeLimitForRemoteExecutionpublic SourcePath getSourcePathToOutput()
public com.google.common.collect.ImmutableList<Step> getBuildSteps(BuildContext context, BuildableContext buildableContext)