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
(cherry picked from commit 923c100ba6
)
Merged-In: Ie2135862c61fada85c4e9cfa97aecbf635768721
Change-Id: I4de0dbe802663193031ce5b77a2179e0caa476bb
This commit is contained in:
parent
337a6e4c59
commit
94cca488d3
1 changed files with 7 additions and 0 deletions
|
@ -230,6 +230,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.base_protected_max_core_count=1 \
|
||||
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