mmd: add mmd_shared_status_prop
mmd.enabled_aconfig will be referenced by vendor_init at aosp/3472228.
mmd continue to be the only writer of mmd.enabled_aconfig.
Bug: 393481329
Test: manual
Change-Id: I54cbd0cbb948676fca4c885fedc7abcbe8ce8af9
diff --git a/private/vendor_init.te b/private/vendor_init.te
index 60962d4..939bcc0 100644
--- a/private/vendor_init.te
+++ b/private/vendor_init.te
@@ -316,6 +316,7 @@
get_prop(vendor_init, boot_status_prop)
get_prop(vendor_init, exported3_system_prop)
+get_prop(vendor_init, mmd_shared_status_prop)
get_prop(vendor_init, ota_prop)
get_prop(vendor_init, power_debug_prop)
get_prop(vendor_init, provisioned_prop)