From 3123fd893094071b13e5d353e1bd0234e769b66b Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Fri, 22 Jan 2021 09:04:42 -0800 Subject: [PATCH] Mark libvbmeta_test as not unit tests Test: presubmit Bug: 177906739 Change-Id: I6b49a0af19a652fbe507df2a3f82502a70bec988 --- fs_mgr/libvbmeta/Android.bp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs_mgr/libvbmeta/Android.bp b/fs_mgr/libvbmeta/Android.bp index c882e517b..a299b6e63 100644 --- a/fs_mgr/libvbmeta/Android.bp +++ b/fs_mgr/libvbmeta/Android.bp @@ -53,4 +53,8 @@ cc_test_host { data: [ "data/*", ], -} \ No newline at end of file + // Not unit tests due to several binary and lib dependencies currently hard to replicate in continuous execution + test_options: { + unit_test: false, + }, +}