Merge "16kb: Set NO_BIONIC_PAGE_SIZE_MACRO on shusky targets" into main

This commit is contained in:
Vilas Bhat 2024-04-30 00:49:55 +00:00 committed by Android (Google) Code Review
commit b62db38cb6
2 changed files with 4 additions and 0 deletions

View file

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

View file

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