diff --git a/device-husky.mk b/device-husky.mk index fbb5e6c..834613c 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -456,3 +456,5 @@ PRODUCT_PACKAGES += \ 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 diff --git a/device-shiba.mk b/device-shiba.mk index e5d6fcd..ef8a9ed 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -424,3 +424,5 @@ PRODUCT_PACKAGES += \ 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