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:
@@ -151,7 +151,7 @@ type bazelObjectAttributes struct {
|
||||
Stl *string
|
||||
Linker_script bazel.LabelAttribute
|
||||
Crt *bool
|
||||
sdkAttributes
|
||||
SdkAttributes
|
||||
}
|
||||
|
||||
// objectBp2Build is the bp2build converter from cc_object modules to the
|
||||
@@ -218,7 +218,7 @@ func objectBp2Build(ctx android.Bp2buildMutatorContext, m *Module) {
|
||||
Stl: compilerAttrs.stl,
|
||||
Linker_script: linkerScript,
|
||||
Crt: m.linker.(*objectLinker).Properties.Crt,
|
||||
sdkAttributes: bp2BuildParseSdkAttributes(m),
|
||||
SdkAttributes: Bp2BuildParseSdkAttributes(m),
|
||||
}
|
||||
|
||||
props := bazel.BazelTargetModuleProperties{
|
||||
|
Reference in New Issue
Block a user