Merge "recovery_test_component: Add libbinderthreadstate as static dependency."

This commit is contained in:
Jayant Chowdhary 2018-09-27 21:02:35 +00:00 committed by Gerrit Code Review
commit 2dcbebf88f

View file

@ -45,7 +45,7 @@ cc_defaults {
static_libs: [
"libutils",
],
}
},
},
}
@ -93,6 +93,7 @@ librecovery_static_libs = [
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libbinderthreadstate",
"libvndksupport",
"libtinyxml2",
]