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
This commit is contained in:
Ivan Lozano
2021-11-12 13:27:58 -05:00
parent 4e278e5f68
commit d06cc748c1
5 changed files with 8 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ type AndroidMkEntries struct {
// If true, the module is skipped and does not appear on the final Android-<product name>.mk
// file. Useful when a module needs to be skipped conditionally.
Disabled bool
// The postprocessing mk file to include, e.g. $(BUILD_SYSTEM)/soong_cc_prebuilt.mk
// The postprocessing mk file to include, e.g. $(BUILD_SYSTEM)/soong_cc_rust_prebuilt.mk
// If not set, $(BUILD_SYSTEM)/prebuilt.mk is used.
Include string
// Required modules that need to be built and included in the final build output when building