Loading fs_mgr/libsnapshot/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,12 @@ cc_test { test_options: { // Legacy VAB launched in Android R. min_shipping_api_level: 30, test_runner_options: [ { name: "force-no-test-error", value: "false", }, ], }, } Loading fs_mgr/libsnapshot/snapuserd/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -249,6 +249,14 @@ cc_test { test_suites: [ "device-tests", ], test_options: { test_runner_options: [ { name: "force-no-test-error", value: "false", }, ], }, } // vts tests cannot be host_supported. Loading Loading
fs_mgr/libsnapshot/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,12 @@ cc_test { test_options: { // Legacy VAB launched in Android R. min_shipping_api_level: 30, test_runner_options: [ { name: "force-no-test-error", value: "false", }, ], }, } Loading
fs_mgr/libsnapshot/snapuserd/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -249,6 +249,14 @@ cc_test { test_suites: [ "device-tests", ], test_options: { test_runner_options: [ { name: "force-no-test-error", value: "false", }, ], }, } // vts tests cannot be host_supported. Loading