summaryrefslogtreecommitdiff
path: root/rust/androidmk.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-11-11 09:29:07 -0500
committer Ivan Lozano <ivanlozano@google.com> 2021-11-12 08:58:17 -0500
commitfba2aa255cd2f2bf33fa29fc937a0c29e11bb7ea (patch)
tree8aee4a266390abdcc4bf467626b86fb21fa51644 /rust/androidmk.go
parent45da465ef6eece7e794125d1d4d5223609086b06 (diff)
rust: Support new rust_stdlib_prebuilt_host type
Refactor Rust prebuilts to support the new rust_stdlib_prebuilt_host module type, and change the format for depending on the prebuilt host stdlibs. Bug: 140642453 Test: m Change-Id: Ifbc4741818777934e917631c788b20911856c44a
Diffstat (limited to 'rust/androidmk.go')
-rw-r--r--rust/androidmk.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/androidmk.go b/rust/androidmk.go
index 7eb5dbdbd..c9f648632 100644
--- a/rust/androidmk.go
+++ b/rust/androidmk.go
@@ -147,6 +147,7 @@ func (library *libraryDecorator) AndroidMk(ctx AndroidMkContext, ret *android.An
}
})
}
+
func (procMacro *procMacroDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkEntries) {
ctx.SubAndroidMk(ret, procMacro.baseCompiler)