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
Merged-In: I77b2921d1d7b6be493cd581c46adbadd1f186fb0
(cherry picked from commit f5a05c4a4b)
This commit is contained in:
Pete Bentley
2020-05-07 14:11:34 +01:00
parent d4297e0b64
commit c85cd10008

View File

@@ -42,6 +42,7 @@ PRODUCT_PACKAGES += \
bmgr \ bmgr \
bootanimation \ bootanimation \
bootstat \ bootstat \
boringssl_self_test \
bpfloader \ bpfloader \
bu \ bu \
bugreport \ bugreport \