Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6703b2bb authored by Inseob Kim's avatar Inseob Kim
Browse files

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
parent e3dee679
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -707,6 +707,11 @@ android_filesystem_defaults {
            "update_engine_client",
        ],
        default: [],
    }) + select(release_flag("RELEASE_UPROBESTATS_MODULE"), {
        true: [],
        default: [
            "uprobestats", // base_system internal
        ],
    }),
    multilib: {
        common: {
@@ -854,12 +859,7 @@ android_filesystem_defaults {
                "android.system.virtualizationservice-ndk",
                "libgsi",
                "servicemanager",
            ] + select(release_flag("RELEASE_UPROBESTATS_MODULE"), {
                true: [],
                default: [
                    "uprobestats", // base_system internal
            ],
            }),
        },
        both: {
            deps: [