Merge "recovery_test_component: Add libbinderthreadstate as static dependency."
This commit is contained in:
commit
2dcbebf88f
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ cc_defaults {
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libutils",
|
"libutils",
|
||||||
],
|
],
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,6 +93,7 @@ librecovery_static_libs = [
|
||||||
"libhidlbase",
|
"libhidlbase",
|
||||||
"libhidltransport",
|
"libhidltransport",
|
||||||
"libhwbinder",
|
"libhwbinder",
|
||||||
|
"libbinderthreadstate",
|
||||||
"libvndksupport",
|
"libvndksupport",
|
||||||
"libtinyxml2",
|
"libtinyxml2",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue