Skip to content
Snippets Groups Projects
Commit b61b267b authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Link libbase to allow importing GetThreadId

Bug: 289414897
Test: m libstatslog_bt
Change-Id: I5c5e99a845f9cd813c9db215db5a81e8f6b4a76c
parent b8bbc7e9
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,6 @@ cc_library {
generated_sources: ["statslog_bt.cpp"],
generated_headers: ["statslog_bt.h"],
export_generated_headers: ["statslog_bt.h"],
shared_libs: [
"libcutils",
],
apex_available: [
"com.android.btservices",
],
......@@ -57,6 +54,7 @@ cc_library {
},
host: {
static_libs: [
"libbase",
"libstatssocket",
],
export_static_lib_headers: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment