[automerger skipped] Merge 24Q3 to AOSP main am: c29436825d -s ours am: c74c63154d -s ours
am skip reason: Merged-In Iecb8804965686f8c9a913054c33e93a46c870c94 with SHA-1 66caaf168e is already in history
Original change: https://android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/3258377
Change-Id: I66facb6fba9e2c0fc3eab07b10eee9797506b4e5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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;