Convert cc_aconfig_library to bazel.

Bug: 297358249
Test: Unit test and CI
Change-Id: Ic84128b0df16efe4255b52b83670ec9902c09383
This commit is contained in:
Yu Liu
2023-09-14 15:10:03 -07:00
parent f2d858e5ba
commit 855cfc2fac
6 changed files with 94 additions and 5 deletions

View File

@@ -28,9 +28,8 @@ func GeneratedCcLibraryModuleFactory(moduleName string, callbacks Generator) and
staticAndSharedLibrarySdkMemberType,
}
// TODO: Need to be bazelable
// module.bazelable = true
// module.bazelHandler = &ccLibraryBazelHandler{module: module}
module.bazelable = true
module.bazelHandler = &ccLibraryBazelHandler{module: module}
module.generators = append(module.generators, callbacks)