Merge 24Q4 (ab/12406339) into aosp-main-future

Bug: 370570306
Merged-In: I7e92b26176f8467c0703b408a31b67384aa77b1f
Change-Id: Ib4e4e54b4ec7a0b287fbc37e88ced088f063c142
diff --git a/common/vendor/attributes b/common/vendor/attributes
index 25b59ac..51e6703 100644
--- a/common/vendor/attributes
+++ b/common/vendor/attributes
@@ -1,2 +1,5 @@
 attribute pixel_battery_domain;
 attribute pixel_battery_service_type;
+
+#touch attribute for touch-related properties.
+attribute touch_property_type;
diff --git a/hardware_info_app/file.te b/hardware_info_app/file.te
index f891722..651f612 100644
--- a/hardware_info_app/file.te
+++ b/hardware_info_app/file.te
@@ -1,5 +1,6 @@
 # Storage Health HAL
 type sysfs_scsi_devices_0000, sysfs_type, fs_type;
+type vendor_sysfs_mmc_devices, sysfs_type, fs_type;
 
 # PixelStats_vendor
 type sysfs_pixelstats, fs_type, sysfs_type;