diff options
author | Bowgo Tsai <bowgotsai@google.com> | 2021-01-25 09:11:44 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-01-25 09:11:44 +0000 |
commit | 42da52aae6dca00718ab62380fa85dec92ca5f6c (patch) | |
tree | 13b659c83b8e7fc1b96c6e8cf6a9e0b3315f1846 | |
parent | 922eb5b4fd1fa3acb5f50d2dabcc20e9853c32eb (diff) | |
parent | 8d84d08da681041c0544db5710a879abe0f7268f (diff) |
Merge "Mark libvbmeta_test as not unit tests" am: 8d84d08da6
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1558427
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I0ad2455c1a416b169a1f04e39ada691b8dee5e65
-rw-r--r-- | fs_mgr/libvbmeta/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
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, + }, +} |