Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac4a35f0 authored by Jiyong Park's avatar Jiyong Park
Browse files

Add boringssl_self_test to PRODUCT_PACKAGES

boringssl_self_test is a required module of the conscrypt.jar.
Therefore, it was installed along with the conscrypt.jar. However,
conscrypt.jar is no longer available for the platform but only for the
conscrypt APEX. The problem here is that the conscrypt APEX having
conscrypt.jar doesn't carry its 'required' property. As a result,
boringssl_self_test is missing. This is b/146549048.

Until the bug is fixed, manually adding the test binary to
PRODUCT_PACKAGES to ensure that it is installed always.

Bug: 146549048
Test: m, device boots

Change-Id: I72dbc51c267f8d8683b70c07ae726c3a3eba0aea
parent f8b8c647
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -269,6 +269,10 @@ PRODUCT_PACKAGES += \
    wifi-service \
    wm \

# TODO(b/146549048) remove this
PRODUCT_PACKAGES += \
    boringssl_self_test

# VINTF data for system image
PRODUCT_PACKAGES += \
    system_manifest.xml \