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 f5a05c4a4b9c916d21431aeef046294ddf2c5d40)
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index 4f1c185..c346c13 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -42,6 +42,7 @@
     bmgr \
     bootanimation \
     bootstat \
+    boringssl_self_test \
     bpfloader \
     bu \
     bugreport \