Loading fs_mgr/libfs_avb/Android.bp +15 −0 Original line number Diff line number Diff line Loading @@ -91,12 +91,19 @@ cc_test_host { name: "libfs_avb_test", defaults: ["libfs_avb_host_test_defaults"], test_suites: ["general-tests"], test_options: { unit_test: true, }, static_libs: [ "libfs_avb_test_util", ], shared_libs: [ "libcrypto", ], data: [ ":avbtool", ":fec", ], srcs: [ "tests/basic_test.cpp", "tests/fs_avb_test.cpp", Loading @@ -108,9 +115,17 @@ cc_test_host { name: "libfs_avb_internal_test", defaults: ["libfs_avb_host_test_defaults"], test_suites: ["general-tests"], test_options: { unit_test: true, }, static_libs: [ "libfs_avb_test_util", ], compile_multilib: "first", data: [ ":avbtool", ":fec", ], srcs: [ "avb_util.cpp", "util.cpp", Loading Loading
fs_mgr/libfs_avb/Android.bp +15 −0 Original line number Diff line number Diff line Loading @@ -91,12 +91,19 @@ cc_test_host { name: "libfs_avb_test", defaults: ["libfs_avb_host_test_defaults"], test_suites: ["general-tests"], test_options: { unit_test: true, }, static_libs: [ "libfs_avb_test_util", ], shared_libs: [ "libcrypto", ], data: [ ":avbtool", ":fec", ], srcs: [ "tests/basic_test.cpp", "tests/fs_avb_test.cpp", Loading @@ -108,9 +115,17 @@ cc_test_host { name: "libfs_avb_internal_test", defaults: ["libfs_avb_host_test_defaults"], test_suites: ["general-tests"], test_options: { unit_test: true, }, static_libs: [ "libfs_avb_test_util", ], compile_multilib: "first", data: [ ":avbtool", ":fec", ], srcs: [ "avb_util.cpp", "util.cpp", Loading