Use restricted vendor property for ARM runtime options

They need to be read by everything that links with libmali, but we don't
expect anybody to actually write to them.

Bug: b/272740524
Test: CtsDeqpTestCases (dEQP-VK.protected_memory.stack.stacksize_*)
Change-Id: I7f6f021378467484544cc3dbbe71a8e9e037cf98
This commit is contained in:
Bruno BELANYI 2023-03-30 15:12:26 +00:00
parent 9ea22dde19
commit 1337c54005

View file

@ -14,4 +14,4 @@ system_vendor_config_prop(vendor_uwb_calibration_prop)
vendor_internal_prop(vendor_trusty_storage_prop)
# Mali Integration
vendor_public_prop(vendor_arm_runtime_option_prop)
vendor_restricted_prop(vendor_arm_runtime_option_prop)