Merge "Reland: "recovery_test_component: Add libbinderthreadstate as static dependency."" am: f89067ab97

am: 6ab02efb27

Change-Id: I0c5c1539b98441c0d5d987d88670b686b146571b
This commit is contained in:
Jayant Chowdhary
2018-10-02 14:35:29 -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",
] ]