Merge "Skip to check prebuilt max page size in PDK release" into main
This commit is contained in:
commit
793e5c4339
2 changed files with 6 additions and 0 deletions
|
@ -528,7 +528,10 @@ $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
|
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
|
||||||
|
|
||||||
|
ifneq ($(wildcard vendor/arm/mali/valhall),)
|
||||||
PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
||||||
|
endif
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
# Husky: 0x410D
|
# Husky: 0x410D
|
||||||
|
|
|
@ -497,7 +497,10 @@ $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
|
PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
|
||||||
|
|
||||||
|
ifneq ($(wildcard vendor/arm/mali/valhall),)
|
||||||
PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
PRODUCT_CHECK_PREBUILT_MAX_PAGE_SIZE := true
|
||||||
|
endif
|
||||||
|
|
||||||
# Bluetooth device id
|
# Bluetooth device id
|
||||||
# Shiba: 0x410E
|
# Shiba: 0x410E
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue