Define mali configuration path explicitly
This avoids mali trying to read `/data/data/com.mali.testjava` for its
debug config.
Bug: 205779871
Bug: 264489188
Test: manual - reboot device and check the absence of AVC denials
(cherry picked from commit 7038bae086
)
Merged-In: I42051ae2c10c6d4fa7c1f9d5f485ff5471e6a287
Change-Id: I42051ae2c10c6d4fa7c1f9d5f485ff5471e6a287
This commit is contained in:
parent
19230e8ea7
commit
df90f6f801
1 changed files with 2 additions and 0 deletions
|
@ -251,6 +251,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.platform.config=/vendor/etc/mali/platform.config \
|
||||||
|
vendor.mali.debug.config=/vendor/etc/mali/debug.config \
|
||||||
vendor.mali.base_protected_max_core_count=1 \
|
vendor.mali.base_protected_max_core_count=1 \
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue