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:
Thiébaud Weksteen
2020-08-31 10:06:16 +02:00
parent 416149e09b
commit 682c9d7b25
5 changed files with 11 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ func init() {
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 {