From 19b3361a020860edc9b3a39e36e229520675466c Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Thu, 20 Oct 2022 18:42:35 +0100 Subject: [PATCH] Add prng_seeder to base PRODUCT_PACKAGES. Needs to be on all (for now) devices with libcrypto, i.e. all of them. I failed to learn from https://r.android.com/1305853 that adding something to Conscrypt's requirements doesn't work if the module is coming from a prebuilt... Again, the correct solution here would actually be to make libcrypto rather than Conscrypt require prng_seeder but Soong considers that a circular dependency Bug: 243933553 Test: m installclean && m and verify prng_seeder is installed and running. Change-Id: Ie34f8c693469eaeedae6a010b956d6c6513a6b15 --- 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 04a5ba2357..96d7b2fcfd 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -239,6 +239,7 @@ PRODUCT_PACKAGES += \ pppd \ preinstalled-packages-platform.xml \ privapp-permissions-platform.xml \ + prng_seeder \ racoon \ recovery-persist \ resize2fs \