Merge "Adding libfs_avb host tests into presubmit" am: c90b0eafda am: 49ab41e7ab

am: fe578d0f17

Change-Id: Ica44c534c6ddb8495fd2c351599e07a13cc1f845
This commit is contained in:
Bowgo Tsai 2019-01-29 00:55:45 -08:00 committed by android-build-merger
commit 417b2ed6d1
2 changed files with 14 additions and 0 deletions

View file

@ -88,6 +88,7 @@ cc_library_host_static {
cc_test_host {
name: "libfs_avb_test",
defaults: ["libfs_avb_host_test_defaults"],
test_suites: ["general-tests"],
static_libs: [
"libfs_avb_test_util",
],
@ -103,6 +104,7 @@ cc_test_host {
cc_test_host {
name: "libfs_avb_internal_test",
defaults: ["libfs_avb_host_test_defaults"],
test_suites: ["general-tests"],
static_libs: [
"libfs_avb_test_util",
],

View file

@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "libfs_avb_test",
"host": true
},
{
"name": "libfs_avb_internal_test",
"host": true
}
]
}