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:
Inseob Kim 2025-02-11 10:08:50 +09:00 committed by Luca Stefani
parent 219d8fdfaa
commit 0fc8410b07

View file

@ -742,6 +742,11 @@ system_image_defaults {
"update_engine_client", "update_engine_client",
], ],
default: [], default: [],
}) + select(release_flag("RELEASE_UPROBESTATS_MODULE"), {
true: [],
default: [
"uprobestats", // base_system internal
],
}), }),
multilib: { multilib: {
common: { common: {
@ -894,12 +899,7 @@ system_image_defaults {
"android.system.virtualizationservice-ndk", "android.system.virtualizationservice-ndk",
"libgsi", "libgsi",
"servicemanager", "servicemanager",
] + select(release_flag("RELEASE_UPROBESTATS_MODULE"), { ],
true: [],
default: [
"uprobestats", // base_system internal
],
}),
}, },
both: { both: {
deps: [ deps: [