From d06cc748c1a39f96e143753714802e0a05ced1c3 Mon Sep 17 00:00:00 2001 From: Ivan Lozano Date: Fri, 12 Nov 2021 13:27:58 -0500 Subject: 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 --- rust/androidmk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/androidmk.go') 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...) -- cgit v1.2.3-59-g8ed1b