summaryrefslogtreecommitdiff
path: root/rust/androidmk.go
diff options
context:
space:
mode:
author Ivan Lozano <ivanlozano@google.com> 2021-11-12 13:27:58 -0500
committer Ivan Lozano <ivanlozano@google.com> 2021-11-12 13:27:58 -0500
commitd06cc748c1a39f96e143753714802e0a05ced1c3 (patch)
tree603350af09a7950aca6d58f075452ebc550134b9 /rust/androidmk.go
parent4e278e5f689ec2a2c2af8b9bedd068e609fa9966 (diff)
Use new soong_cc_rust_prebuilt.mk
soong_{cc,rust}_prebuilt.mk has been merged. Use the new file. Bug: N/A, clean-up Test: m Change-Id: I3f03e866815f6394aacd8cb0deba04f381b78c29
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 7eb5dbdbd..ea2c497ac 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...)