commit | 8d84d08da681041c0544db5710a879abe0f7268f | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Mon Jan 25 08:43:18 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 25 08:43:18 2021 +0000 |
tree | 13b659c83b8e7fc1b96c6e8cf6a9e0b3315f1846 | |
parent | 4356f6e98d4b6feba6ad6d123a1b1511cf91c3b2 [diff] | |
parent | 3123fd893094071b13e5d353e1bd0234e769b66b [diff] |
Merge "Mark libvbmeta_test as not unit tests"
diff --git a/fs_mgr/libvbmeta/Android.bp b/fs_mgr/libvbmeta/Android.bp index c882e51..a299b6e 100644 --- a/fs_mgr/libvbmeta/Android.bp +++ b/fs_mgr/libvbmeta/Android.bp
@@ -53,4 +53,8 @@ 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, + }, +}