Rename ccConfig to cc_config
Follow up from aosp/1413495 to set a consistent name throughout the package. Test: m Change-Id: Idafcd973e7d874cd97599ac419c2972a8a5cd0b4
This commit is contained in:
@@ -23,7 +23,7 @@ import (
|
||||
var (
|
||||
LinuxRustFlags = []string{}
|
||||
LinuxRustLinkFlags = []string{
|
||||
"-B${ccConfig.ClangBin}",
|
||||
"-B${cc_config.ClangBin}",
|
||||
"-fuse-ld=lld",
|
||||
}
|
||||
linuxX86Rustflags = []string{}
|
||||
|
Reference in New Issue
Block a user