Merge "Add libdm_test to presubmit" am: be074feb93 am: 5ef6de1910
Change-Id: I27133c12898bcbe0b9a6041b83640e5a14ca3334
This commit is contained in:
commit
5e577a3d00
2 changed files with 15 additions and 5 deletions
7
fs_mgr/TEST_MAPPING
Normal file
7
fs_mgr/TEST_MAPPING
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "libdm_test"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -54,29 +54,32 @@ filegroup {
|
|||
}
|
||||
|
||||
cc_defaults {
|
||||
name: "libdm_defaults",
|
||||
name: "libdm_test_defaults",
|
||||
defaults: ["fs_mgr_defaults"],
|
||||
static_libs: [
|
||||
"libdm",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libext2_uuid",
|
||||
"libfs_mgr",
|
||||
"liblog",
|
||||
],
|
||||
srcs: [":libdm_test_srcs"],
|
||||
auto_gen_config: true,
|
||||
require_root: true,
|
||||
}
|
||||
|
||||
cc_test {
|
||||
name: "libdm_test",
|
||||
defaults: ["libdm_defaults"],
|
||||
defaults: ["libdm_test_defaults"],
|
||||
test_suites: ["device-tests"],
|
||||
}
|
||||
|
||||
cc_test {
|
||||
name: "vts_libdm_test",
|
||||
defaults: ["libdm_defaults"],
|
||||
defaults: ["libdm_test_defaults"],
|
||||
test_suites: ["vts-core"],
|
||||
auto_gen_config: true,
|
||||
require_root: true,
|
||||
test_min_api_level: 29,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue