aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Bentley <prb@google.com>2022-10-20 18:42:35 +0100
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-15 01:46:52 +0000
commita54a07ad6dc27b86badbd5747dba724c83c474cd (patch)
tree84b53468c992f5fc331f9cd67e1641a0cac496fa
parent8f6e9618f90735e05213cb0544ef0af626edb528 (diff)
downloadbuild-a54a07ad6dc27b86badbd5747dba724c83c474cd.tar.gz
Add prng_seeder to base PRODUCT_PACKAGES.
Cherry-pick / Dr No note: Should have been included with the previous prng_seeder CLs but we missed that it was needed due to testing on branches without prebuilts. 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 Merged-In: Ie34f8c693469eaeedae6a010b956d6c6513a6b15 (cherry picked from commit 19b3361a020860edc9b3a39e36e229520675466c) (cherry picked from commit 185751b379512d00cf66808f2997e408f3779dd5) Merged-In: Ie34f8c693469eaeedae6a010b956d6c6513a6b15
-rw-r--r--target/product/base_system.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index de3217119a..b0870c32aa 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -238,6 +238,7 @@ PRODUCT_PACKAGES += \
pppd \
preinstalled-packages-platform.xml \
privapp-permissions-platform.xml \
+ prng_seeder \
racoon \
recovery-persist \
resize2fs \