fiemap_image_test: libcrypto_utils as static lib
libcrypto_utils is not available as 32 bit library in 64 bit devices. Import the library as static. Bug: 148878078 Test: nativetest/fiemap_image_test Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I2b8cd69d06607f4216e4e2220dd8561e6eff323c
This commit is contained in:
parent
8bb2b3f2ad
commit
ce036fd7ba
|
@ -91,6 +91,7 @@ cc_test {
|
|||
cc_test {
|
||||
name: "fiemap_image_test",
|
||||
static_libs: [
|
||||
"libcrypto_utils",
|
||||
"libdm",
|
||||
"libext4_utils",
|
||||
"libfs_mgr",
|
||||
|
@ -99,7 +100,6 @@ cc_test {
|
|||
shared_libs: [
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
"libcrypto_utils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
|
@ -118,6 +118,7 @@ cc_test {
|
|||
"-DSKIP_TEST_IN_PRESUBMIT",
|
||||
],
|
||||
static_libs: [
|
||||
"libcrypto_utils",
|
||||
"libdm",
|
||||
"libext4_utils",
|
||||
"libfs_mgr",
|
||||
|
@ -126,7 +127,6 @@ cc_test {
|
|||
shared_libs: [
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
"libcrypto_utils",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue