diff --git a/core/main.mk b/core/main.mk index d732e302b4..8182740321 100644 --- a/core/main.mk +++ b/core/main.mk @@ -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