Merge "fiemap_image_test: libcrypto_utils as static lib" am: f2554ab2ad
Change-Id: I5742d0a564a9a4afede94352226a238599a2f176
This commit is contained in:
commit
2c7bfff234
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue