aboutsummaryrefslogtreecommitdiff
path: root/tests/products/aosp_arm64.variables.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/aosp_arm64.variables.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/aosp_arm64.variables.bzl')
-rw-r--r--tests/products/aosp_arm64.variables.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/products/aosp_arm64.variables.bzl b/tests/products/aosp_arm64.variables.bzl
index 21cb0e8c..3b2e97a0 100644
--- a/tests/products/aosp_arm64.variables.bzl
+++ b/tests/products/aosp_arm64.variables.bzl
@@ -32,6 +32,7 @@ variables = json.decode('''{
"DeviceSecondaryArchVariant": "armv8-a",
"DeviceSecondaryCpuVariant": "generic",
"DeviceSecondaryAbi": ["armeabi-v7a","armeabi"],
+ "DeviceMaxPageSizeSupported": "4096",
"Aml_abis": false,
"Ndk_abis": false,
"NativeBridgeArch": "",