Define mali configuration path explicitly

This avoids mali trying to read `/data/data/com.mali.testjava` for its
debug config.

Bug: b/205779871
Test: manual - reboot device and check the absence of AVC denials
Change-Id: Ib741cb37c418b4601109c4d75c25373a110ca231
This commit is contained in:
Bruno BELANYI 2023-04-06 15:19:40 +00:00
parent 340df28e93
commit 9802c0e5a5

View file

@ -215,6 +215,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
# Mali Configuration Properties # Mali Configuration Properties
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
vendor.mali.platform.config=/vendor/etc/mali/platform.config \
vendor.mali.debug.config=/vendor/etc/mali/debug.config \
vendor.mali.base_protected_max_core_count=3 \ vendor.mali.base_protected_max_core_count=3 \
vendor.mali.base_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