Update Mali DDK to r40 : Sysprop configuration settings

Expose DDK's dynamic configuration options through the Android Sysprop
interface, following recommendations from Arm's Android Integration
Manual.

b/261718474

Change-Id: Ie2135862c61fada85c4e9cfa97aecbf635768721
This commit is contained in:
Jörg Wagner 2022-12-27 13:47:39 +00:00
parent f5a539bbd8
commit 923c100ba6

View file

@ -224,6 +224,13 @@ PRODUCT_PACKAGES += \
PRODUCT_VENDOR_PROPERTIES += \
ro.hardware.vulkan=mali
# Mali Configuration Properties
# b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2
PRODUCT_VENDOR_PROPERTIES += \
vendor.mali.protected_max_core_count=1 \
vendor.mali.protected_tls_max=67108864 \
vendor.mali.platform_agt_frequency_khz=24576
ifeq ($(USE_SWIFTSHADER),true)
PRODUCT_PACKAGES += \
libGLESv1_CM_swiftshader \