summaryrefslogtreecommitdiff
path: root/android/defs.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/defs.go')
-rw-r--r--android/defs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/defs.go b/android/defs.go
index 1a7c459ec..b3ff376d1 100644
--- a/android/defs.go
+++ b/android/defs.go
@@ -124,6 +124,10 @@ var (
func init() {
pctx.Import("github.com/google/blueprint/bootstrap")
+
+ pctx.VariableFunc("RBEWrapper", func(ctx PackageVarContext) string {
+ return ctx.Config().RBEWrapper()
+ })
}
var (