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:
+1
-1
@@ -92,7 +92,7 @@ librecovery_static_libs = [
|
||||
"libhidl-gen-utils",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"libhwbinder_noltopgo",
|
||||
"libbinderthreadstate",
|
||||
"libvndksupport",
|
||||
"libtinyxml2",
|
||||
|
||||
Reference in New Issue
Block a user