16kb: Set NO_BIONIC_PAGE_SIZE_MACRO on akita targets

Test: $ source build/envsetup.sh
      $ lunch akita-trunk_staging-userdebug
      $ get_build_var TARGET_NO_BIONIC_PAGE_SIZE_MACRO
      true
Bug: 344687661
Bug: 347122169
Change-Id: I4e56ee73eed661fc962a2a2d93696385b692be07
This commit is contained in:
Vilas Bhat 2024-06-11 22:50:51 +00:00
parent c731428b77
commit 0287e6ec07

View file

@ -404,3 +404,5 @@ PRODUCT_SYSTEM_PROPERTIES += \
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true