Fix mali memory protection sysprop names

It looks like this device configuration was copied before ag/22095163
was applied.

Zuma Pro counterpart for the following patch:
    Fix mali memory protection sysprop names
    Git hash c438c66fe03679b4791002d46afd83c2dca429b8

Test: CtsDeqpTestCases (dEQP-VK.protected_memory.stack.stacksize_*)
Bug: 303925354
Change-Id: I23400f4b2bd0c7e6ebe408e54b0c3ec209472b8c
This commit is contained in:
Bruno BELANYI 2023-10-09 11:32:31 +00:00 committed by Sean Callanan
parent d7ca6ccc81
commit 3276b5f5a5

View file

@ -278,8 +278,8 @@ endif
# Mali Configuration Properties # Mali Configuration Properties
# b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2 # b/221255664 prevents setting PROTECTED_MAX_CORE_COUNT=2
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
vendor.mali.protected_max_core_count=1 \ vendor.mali.base_protected_max_core_count=1 \
vendor.mali.protected_tls_max=67108864 \ vendor.mali.base_protected_tls_max=67108864 \
vendor.mali.platform_agt_frequency_khz=24576 vendor.mali.platform_agt_frequency_khz=24576
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \