Use the non-LTO/PGO hwbinder in recovery_component_test

Bug: http://b/119560349
Bug: http://b/112277682

Currently, any binary links in a PGO-enabled static library also needs
to opt into PGO.  With b/119560349, this should be done automatically by
the build system.  Until then, use the non-PGO version of libhwbinder in
recovery_component_test.

Test: m ANDROID_PGO_INSTRUMENT=all
Change-Id: Ic6e44c1cb6d6f13e60e11a46fd7e5ef54238942b
This commit is contained in:
Pirama Arumuga Nainar
2018-11-14 11:42:23 -08:00
parent 02a945556e
commit b3339ddc6b
+1 -1
View File
@@ -92,7 +92,7 @@ librecovery_static_libs = [
"libhidl-gen-utils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libhwbinder_noltopgo",
"libbinderthreadstate",
"libvndksupport",
"libtinyxml2",