Fix uprobestats deps for 32-bit targets
We must use `deps`, not `multilib.lib64`, because uprobestats is a
native binary and we also consider 32-bit targets.
Bug: 381019944
Test: build all aosp_{target} targets
Change-Id: I001ac687ffc3874719ad9f685690b36729192aa0
This commit is contained in:
parent
219d8fdfaa
commit
0fc8410b07
1 changed files with 6 additions and 6 deletions
|
|
@ -742,6 +742,11 @@ system_image_defaults {
|
|||
"update_engine_client",
|
||||
],
|
||||
default: [],
|
||||
}) + select(release_flag("RELEASE_UPROBESTATS_MODULE"), {
|
||||
true: [],
|
||||
default: [
|
||||
"uprobestats", // base_system internal
|
||||
],
|
||||
}),
|
||||
multilib: {
|
||||
common: {
|
||||
|
|
@ -894,12 +899,7 @@ system_image_defaults {
|
|||
"android.system.virtualizationservice-ndk",
|
||||
"libgsi",
|
||||
"servicemanager",
|
||||
] + select(release_flag("RELEASE_UPROBESTATS_MODULE"), {
|
||||
true: [],
|
||||
default: [
|
||||
"uprobestats", // base_system internal
|
||||
],
|
||||
}),
|
||||
},
|
||||
both: {
|
||||
deps: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue