Rename ccConfig to cc_config
Follow up from aosp/1413495 to set a consistent name throughout the
package.
Test: m
Change-Id: Idafcd973e7d874cd97599ac419c2972a8a5cd0b4
diff --git a/rust/rust.go b/rust/rust.go
index 84728df..5c6cdb7 100644
--- a/rust/rust.go
+++ b/rust/rust.go
@@ -43,7 +43,7 @@
ctx.BottomUp("rust_begin", BeginMutator).Parallel()
})
pctx.Import("android/soong/rust/config")
- pctx.ImportAs("ccConfig", "android/soong/cc/config")
+ pctx.ImportAs("cc_config", "android/soong/cc/config")
}
type Flags struct {