commit | 38de3ba65f73b6312093a4ca16bc1ed651f5198b | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Mon Jan 25 10:13:25 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 25 10:13:25 2021 +0000 |
tree | 6ce1fb169ad66de2ac0ddfcd047a9cd7f2de7f7d | |
parent | 8d84d08da681041c0544db5710a879abe0f7268f [diff] | |
parent | 708d96279514344ea9b3cacec5b85c80b6fefec9 [diff] |
Merge "libfs_avb: Fix unit test failures"
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, + }, +}