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

Commit a71c10b4 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

recovery_test_component: Add libbinderthreadstate as static dependency.



Bug: 110364143

Bug: 114311116

Test: mm -j64

Change-Id: I3b9174443b00ad57be60881736afde7647351bd1
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent c2e6f041
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ cc_defaults {
            static_libs: [
                "libutils",
            ],
        }
        },
    },
}

@@ -93,6 +93,7 @@ librecovery_static_libs = [
    "libhidlbase",
    "libhidltransport",
    "libhwbinder",
    "libbinderthreadstate",
    "libvndksupport",
    "libtinyxml2",
]