hidl: biometrics: fingerprint: Add libbase dependency

* Without libbase the build fails to find symbols:
 ld.lld: error: undefined symbol: android::base::StartsWith(std::__1::basic_string_view<char, std::__1::char_traits<char> >, std::__1::basic_string_view<char, std::__1::char_traits<char> >)

Change-Id: I8bbbfb0a07803092a37cbbf5766a5c0f169598e6
This commit is contained in:
Davide Garberi
2023-08-02 15:16:40 +02:00
committed by x0x00044
parent 73ee778301
commit b0204560e3

View File

@@ -19,6 +19,7 @@ cc_binary {
],
shared_libs: [
"libbase",
"libcutils",
"libdl",
"liblog",