From 189d424ceda58a0f0466f1e7c3ad93c3dca24f6f Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Thu, 12 Sep 2019 19:53:46 +0100 Subject: Link libcrypto dynamically for recovery unit tests. Tested by running recovery_unit_test as described in https://android.googlesource.com/platform/bootable/recovery/+/refs/heads/master/README.md Attempted to build and boot a recovery image with the same change to confirm it still works, but m recoveryimage-nodeps fails for me. Bug: 140940227 Test: See above Change-Id: I00545968a0e5684823e505f2ddbe7e993319b5d4 --- tests/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/Android.bp b/tests/Android.bp index 8e150175c..232697d70 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -64,7 +64,6 @@ libapplypatch_static_libs = [ "libbase", "libbrotli", "libbz", - "libcrypto", "libz", "libziparchive", ] -- cgit v1.2.3