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:
parent
627420a120
commit
9fe6786e12
1 changed files with 6 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue