From f5a05c4a4b9c916d21431aeef046294ddf2c5d40 Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Thu, 7 May 2020 14:11:34 +0100 Subject: [PATCH] Add boringssl_self_test to base PRODUCT_PACKAGES. When building from source this gets installed as a requirement from Conscrypt, but needs to be present when Conscrypt is shipped as a pre-built too. I think the correct solution here is actually to make libcrypto rather than Conscrypt require boringssl_self_test but Soong considers that a circular dependency. Bug: 155520949 Test: m installclean && m Change-Id: I77b2921d1d7b6be493cd581c46adbadd1f186fb0 --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 5c88ae854..a3ca2a56b 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -41,6 +41,7 @@ PRODUCT_PACKAGES += \ bmgr \ bootanimation \ bootstat \ + boringssl_self_test \ bpfloader \ bu \ bugreport \