Support a few more attrs in cc_aconfig_library.
More might be added later when we have an allowlist. Bug: 305998969 Test: b build with the change in ag/25094394 Change-Id: I92df843ac81f4e33ce7506db61c989a380015975
This commit is contained in:
@@ -122,7 +122,7 @@ type bazelCcLibraryHeadersAttributes struct {
|
||||
Export_absolute_includes bazel.StringListAttribute
|
||||
Export_system_includes bazel.StringListAttribute
|
||||
Deps bazel.LabelListAttribute
|
||||
sdkAttributes
|
||||
SdkAttributes
|
||||
}
|
||||
|
||||
func libraryHeadersBp2Build(ctx android.Bp2buildMutatorContext, module *Module) {
|
||||
@@ -138,7 +138,7 @@ func libraryHeadersBp2Build(ctx android.Bp2buildMutatorContext, module *Module)
|
||||
Export_system_includes: exportedIncludes.SystemIncludes,
|
||||
Deps: linkerAttrs.deps,
|
||||
Hdrs: baseAttributes.hdrs,
|
||||
sdkAttributes: bp2BuildParseSdkAttributes(module),
|
||||
SdkAttributes: Bp2BuildParseSdkAttributes(module),
|
||||
}
|
||||
|
||||
props := bazel.BazelTargetModuleProperties{
|
||||
|
Reference in New Issue
Block a user