Merge changes from topic "adbd_host"
* changes: Allowlist python dependency of adb targets bp2build support for host_ldlibs
This commit is contained in:
@@ -1266,6 +1266,9 @@ func (la *linkerAttributes) bp2buildForAxisAndConfig(ctx android.BazelConversion
|
||||
}
|
||||
|
||||
la.additionalLinkerInputs.SetSelectValue(axis, config, additionalLinkerInputs)
|
||||
if axis == bazel.OsConfigurationAxis && (config == bazel.OsDarwin || config == bazel.OsLinux || config == bazel.OsWindows) {
|
||||
linkerFlags = append(linkerFlags, props.Host_ldlibs...)
|
||||
}
|
||||
la.linkopts.SetSelectValue(axis, config, linkerFlags)
|
||||
|
||||
if axisFeatures != nil {
|
||||
|
Reference in New Issue
Block a user