Merge "Add runtime_native property permission to installd" am: fd0bc70df7
am: e984133193

Change-Id: I4fec18e873b1f3473cc49e9b30f93d79017b7fda
diff --git a/private/installd.te b/private/installd.te
index c511b80..77889a3 100644
--- a/private/installd.te
+++ b/private/installd.te
@@ -31,3 +31,6 @@
 # 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)