aboutsummaryrefslogtreecommitdiff
path: root/tests/products/product_labels.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/products/product_labels.bzl')
-rw-r--r--tests/products/product_labels.bzl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/products/product_labels.bzl b/tests/products/product_labels.bzl
index e3d88d76..e1cefefc 100644
--- a/tests/products/product_labels.bzl
+++ b/tests/products/product_labels.bzl
@@ -1,9 +1,11 @@
product_labels = [
"@//build/bazel/tests/products:aosp_arm_for_testing",
+ "@//build/bazel/tests/products:aosp_arm_for_testing_custom_linker_alignment",
"@//build/bazel/tests/products:aosp_arm64_for_testing",
- "@//build/bazel/tests/products:aosp_x86_for_testing",
- "@//build/bazel/tests/products:aosp_x86_64_for_testing",
+ "@//build/bazel/tests/products:aosp_arm64_for_testing_custom_linker_alignment",
"@//build/bazel/tests/products:aosp_arm64_for_testing_no_compression",
"@//build/bazel/tests/products:aosp_arm64_for_testing_unbundled_build",
"@//build/bazel/tests/products:aosp_arm64_for_testing_with_overrides_and_app_cert",
+ "@//build/bazel/tests/products:aosp_x86_for_testing",
+ "@//build/bazel/tests/products:aosp_x86_64_for_testing",
]