Merge "rust: Add a default cfg indicating an AOSP build" into main

This commit is contained in:
Ivan Lozano
2024-05-01 17:53:47 +00:00
committed by Gerrit Code Review

View File

@@ -53,6 +53,9 @@ var (
"--color=always",
"-Z dylib-lto",
"-Z link-native-libraries=no",
// cfg flag to indicate that we are building in AOSP with Soong
"--cfg soong",
}
LinuxHostGlobalLinkFlags = []string{