Move recovery_update_prop to system_internal_prop
Fixes:
SELinux: The following public types were found added to the policy
without an entry into the compatibility mapping file(s) found in
private/compat/V.v/V.v[.ignore].cil, where V.v is the latest API level.
recovery_update_prop
Change-Id: I2ce2af195ca333828cd9782e49da7e622605fb92
diff --git a/common/private/property.te b/common/private/property.te
new file mode 100644
index 0000000..4965d4d
--- /dev/null
+++ b/common/private/property.te
@@ -0,0 +1,2 @@
+# Recovery update
+system_internal_prop(recovery_update_prop)
diff --git a/common/public/property.te b/common/public/property.te
index 2b12f28..72d8694 100644
--- a/common/public/property.te
+++ b/common/public/property.te
@@ -1,5 +1,2 @@
# Aux camera allow/excludelist prop
system_vendor_config_prop(vendor_persist_camera_prop)
-
-# Recovery update
-system_public_prop(recovery_update_prop)