mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Use libcrypto_static instead of libcrypto
Replace libcrypto with libcrypto_static, which can be protected through visibility to ensure only modules that don't affect FIPS certification can use it. Bug: 141248879 Test: m checkbuild Change-Id: I8685cb06d15f3425eeb96d998ffda54c82dcd387
This commit is contained in:
@@ -23,7 +23,7 @@ cc_test {
|
||||
static_libs: [
|
||||
"android.hardware.confirmationui@1.0",
|
||||
"android.hardware.keymaster@4.0",
|
||||
"libcrypto",
|
||||
"libcrypto_static",
|
||||
"libcn-cbor",
|
||||
"android.hardware.confirmationui-support-lib",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user