Merge "Add new product property to detect if PAGE_SIZE is defined" into main

This commit is contained in:
William McVicker
2024-04-22 18:30:04 +00:00
committed by Gerrit Code Review

View File

@@ -343,6 +343,10 @@ endif
ADDITIONAL_PRODUCT_PROPERTIES += \
ro.product.cpu.pagesize.max=$(TARGET_MAX_PAGE_SIZE_SUPPORTED)
ifeq ($(PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO),true)
ADDITIONAL_PRODUCT_PROPERTIES += ro.product.build.no_bionic_page_size_macro=true
endif
# -----------------------------------------------------------------
###
### In this section we set up the things that are different