aboutsummaryrefslogtreecommitdiff
path: root/tests/products/product_labels.bzl
diff options
context:
space:
mode:
authorJuan Yescas <jyescas@google.com>2023-04-13 16:53:42 -0700
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-04-28 18:28:44 +0000
commit643b262becfa90486a6559001764ee6309523ea0 (patch)
tree2f30886d437b414ce000ae9c4c37e0c03246526b /tests/products/product_labels.bzl
parent8d159256acb13df9ac7175fcb5dcd04c8ed7d060 (diff)
downloadbazel-643b262becfa90486a6559001764ee6309523ea0.tar.gz
16K: Declare DeviceMaxPageSizeSupported as a product variable
DeviceMaxPageSizeSupported product variable will be used in arm/arm64 targets to configure the binary alignment. Test: Unit tests Bug: 276963698 Bug: 276801883 (cherry picked from https://android-review.googlesource.com/q/commit:68470992f2bbdcc5c01fbf28a6407029e38c55bc) Merged-In: I27168b3343ac383020483eddf907ee71cf084de8 Change-Id: I27168b3343ac383020483eddf907ee71cf084de8
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",
]