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: I4ebc1249cf2ce77014b683db068ed24c75e8a7b7
This commit is contained in:
Jörg Wagner 2022-12-27 08:59:24 +00:00
parent 627420a120
commit 9fe6786e12

View file

@ -203,6 +203,12 @@ PRODUCT_VENDOR_PROPERTIES += \
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.mali.disable_backend_affinity=true
# Mali Configuration Properties
PRODUCT_VENDOR_PROPERTIES += \
vendor.mali.protected_max_core_count=3 \
vendor.mali.protected_tls_max=67108864 \
vendor.mali.platform_agt_frequency_khz=24576
ifeq ($(USE_SWIFTSHADER),true)
PRODUCT_PACKAGES += \
libGLESv1_CM_swiftshader \