Merge "recovery_test_component: Add libbinderthreadstate as static dependency."

am: 2dcbebf88f

Change-Id: Ifeff0896746981726a49117f1ad59a55dc064dc9
This commit is contained in:
Jayant Chowdhary
2018-09-27 14:14:37 -07:00
committed by android-build-merger
+2 -1
View File
@@ -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",
] ]