aboutsummaryrefslogtreecommitdiff
path: root/tests/products/aosp_arm64.variables.bzl
AgeCommit message (Collapse)Author
2023-04-2816K: Declare DeviceMaxPageSizeSupported as a product variableJuan Yescas
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
2023-03-28Read apex compression product var in a transition-friendly wayCole Faust
Start storing product config variables in //build/bazel/product_config:product_vars, starting with CompressedApex. //build/bazel/product_config:product_vars is an alias to a select statement that will select the appropriate target to use for the current android product, so the product config variable will have the correct value if we transition into another product. Bug: 269577299 Test: b test --config=android //build/bazel/... Change-Id: Id148933679c9f3230892766f64fe20312b4802ce