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.
Bug: 261718474
Bug: 272740524 (backported)
(cherry picked from commit 9fe6786e12
)
Merged-In: I4ebc1249cf2ce77014b683db068ed24c75e8a7b7
Change-Id: Ib749f858d23256a5dab82126092fbe4e922dcd51
This commit is contained in:
parent
9df43666f0
commit
e0e5eb12b7
1 changed files with 6 additions and 0 deletions
|
@ -205,6 +205,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
debug.mali.disable_backend_affinity=true
|
||||
|
||||
# Mali Configuration Properties
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
vendor.mali.base_protected_max_core_count=3 \
|
||||
vendor.mali.base_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