Add runtime_native property permission to installd

Installd will read one of these properties as a feature flag.

Bug: 116059983
Bug: 123524494
Test: adb shell /data/nativetest64/installd_dexopt_test/installd_dexopt_test

Change-Id: I6c5c058ba316b98f58d8d08f7cb13828cf311833
This commit is contained in:
Mathieu Chartier 2019-01-31 13:21:39 -08:00
parent 0f4e0da45c
commit e59e731dd1

View File

@ -31,3 +31,6 @@ allow installd app_exec_data_file:file unlink;
# subsequently restore them.
allow installd rollback_data_file:dir create_dir_perms;
allow installd rollback_data_file:file create_file_perms;
# Allow installd to access the runtime feature flag properties.
get_prop(installd, device_config_runtime_native_prop)