diff --git a/fs_mgr/libfiemap/Android.bp b/fs_mgr/libfiemap/Android.bp index e2df8620e..1bf457ff3 100644 --- a/fs_mgr/libfiemap/Android.bp +++ b/fs_mgr/libfiemap/Android.bp @@ -79,6 +79,11 @@ cc_test { srcs: [ "fiemap_writer_test.cpp", ], + + test_suites: ["vts-core", "device-tests"], + auto_gen_config: true, + test_min_api_level: 29, + require_root: true, } cc_test { @@ -100,7 +105,3 @@ cc_test { "image_test.cpp", ], } - -vts_config { - name: "VtsFiemapWriterTest", -} diff --git a/fs_mgr/libfiemap/AndroidTest.xml b/fs_mgr/libfiemap/AndroidTest.xml deleted file mode 100644 index 44c80fc50..000000000 --- a/fs_mgr/libfiemap/AndroidTest.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - -