Convert cc_aconfig_library to bazel.
Bug: 297358249 Test: Unit test and CI Change-Id: Ic84128b0df16efe4255b52b83670ec9902c09383
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user