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:
@@ -19,6 +19,7 @@ cc_binary {
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcutils",
|
||||
"libdl",
|
||||
"liblog",
|
||||
|
||||
Reference in New Issue
Block a user