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:
@@ -42,6 +42,7 @@ PRODUCT_PACKAGES += \
|
|||||||
bmgr \
|
bmgr \
|
||||||
bootanimation \
|
bootanimation \
|
||||||
bootstat \
|
bootstat \
|
||||||
|
boringssl_self_test \
|
||||||
bpfloader \
|
bpfloader \
|
||||||
bu \
|
bu \
|
||||||
bugreport \
|
bugreport \
|
||||||
|
Reference in New Issue
Block a user