From b3339ddc6b6bf688c4d2193f2eeab5060213df7e Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Wed, 14 Nov 2018 11:39:24 -0800 Subject: 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 --- tests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index 2cfc32572..5165ccb33 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -92,7 +92,7 @@ librecovery_static_libs = [ "libhidl-gen-utils", "libhidlbase", "libhidltransport", - "libhwbinder", + "libhwbinder_noltopgo", "libbinderthreadstate", "libvndksupport", "libtinyxml2", -- cgit v1.2.3