summaryrefslogtreecommitdiff
path: root/rust/androidmk.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-11-15 22:19:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-11-15 22:19:46 +0000
commit3e1bc6cc0d45b8a675a4181ae18ec80491e376b0 (patch)
treecc84438b53fec07eaf70523548560f88824ff6b9 /rust/androidmk.go
parent92a89ed1c5c02a350ace93571a6e0737900bcd3d (diff)
parentd06cc748c1a39f96e143753714802e0a05ced1c3 (diff)
Merge "Use new soong_cc_rust_prebuilt.mk"
Diffstat (limited to 'rust/androidmk.go')
-rw-r--r--rust/androidmk.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/androidmk.go b/rust/androidmk.go
index c9f648632..1f18b4a12 100644
--- a/rust/androidmk.go
+++ b/rust/androidmk.go
@@ -51,7 +51,7 @@ func (mod *Module) AndroidMkEntries() []android.AndroidMkEntries {
ret := android.AndroidMkEntries{
OutputFile: android.OptionalPathForPath(mod.UnstrippedOutputFile()),
- Include: "$(BUILD_SYSTEM)/soong_rust_prebuilt.mk",
+ Include: "$(BUILD_SYSTEM)/soong_cc_rust_prebuilt.mk",
ExtraEntries: []android.AndroidMkExtraEntriesFunc{
func(ctx android.AndroidMkExtraEntriesContext, entries *android.AndroidMkEntries) {
entries.AddStrings("LOCAL_RLIB_LIBRARIES", mod.Properties.AndroidMkRlibs...)