[fuchsia] Use check_for_output_dir_leaks
no_output_dir_leaks has been renamed to check_for_output_dir_leaks
Change-Id: I90508f6832225cad5578dafd27311ba5b588b12b
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/vulkan-cts/+/1338604
Reviewed-by: Craig Stout <cstout@google.com>
diff --git a/fuchsia/BUILD.gn b/fuchsia/BUILD.gn
index 000db9f..91ec558 100644
--- a/fuchsia/BUILD.gn
+++ b/fuchsia/BUILD.gn
@@ -32,7 +32,7 @@
]
# Use absolute paths to avoid having to track relative paths through CMake.
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
depfile = "$root_out_dir/build-vulkancts/vulkan-cts.d"
outputs = [
@@ -65,7 +65,7 @@
deps = [ ":build" ]
# output path is built into executable.
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
build_id_entry("vulkan_cts_build_id") {
@@ -225,7 +225,7 @@
exported_fuchsia_package_archive("vulkan-cts-unified-archive") {
package = ":vulkan-cts-unified"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
fuchsia_test_package("vulkan-cts-no-args") {
@@ -246,7 +246,7 @@
exported_fuchsia_package_archive("vulkan-cts-no-args-archive") {
package = ":vulkan-cts-no-args"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
fuchsia_test_package("vulkan-cts-zircon") {
@@ -259,7 +259,7 @@
exported_fuchsia_package_archive("vulkan-cts-zircon-archive") {
package = ":vulkan-cts-zircon"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
group("fuchsia") {
diff --git a/fuchsia/gen.py b/fuchsia/gen.py
index e3bd642..894af54 100644
--- a/fuchsia/gen.py
+++ b/fuchsia/gen.py
@@ -179,7 +179,7 @@
exported_fuchsia_package_archive("vulkan-cts-split-archive") {
package = ":vulkan-cts-split"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
group("split-cts") {
diff --git a/fuchsia/split-cts/BUILD.gn b/fuchsia/split-cts/BUILD.gn
index 31571e6..ca9fbbb 100644
--- a/fuchsia/split-cts/BUILD.gn
+++ b/fuchsia/split-cts/BUILD.gn
@@ -20455,7 +20455,7 @@
exported_fuchsia_package_archive("vulkan-cts-split-archive") {
package = ":vulkan-cts-split"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}
group("split-cts") {
diff --git a/fuchsia/upstream-split-cts/BUILD.gn b/fuchsia/upstream-split-cts/BUILD.gn
index 7c1da52..13077d8 100644
--- a/fuchsia/upstream-split-cts/BUILD.gn
+++ b/fuchsia/upstream-split-cts/BUILD.gn
@@ -68,5 +68,5 @@
exported_fuchsia_package_archive("vulkan-cts-split-archive") {
package = ":vulkan-cts-split"
testonly = true
- no_output_dir_leaks = false
+ check_for_output_dir_leaks = false
}