Merge "Allow derive_classpath to read /apex."
diff --git a/private/compat/30.0/30.0.ignore.cil b/private/compat/30.0/30.0.ignore.cil
index f89c2be..2104f76 100644
--- a/private/compat/30.0/30.0.ignore.cil
+++ b/private/compat/30.0/30.0.ignore.cil
@@ -50,6 +50,7 @@
     hal_health_storage_service
     hal_memtrack_service
     hal_oemlock_service
+    hint_service
     gnss_device
     hal_dumpstate_config_prop
     hal_gnss_service
diff --git a/private/service_contexts b/private/service_contexts
index 7b66e35..e47cd6e 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -124,6 +124,7 @@
 hardware                                  u:object_r:hardware_service:s0
 hardware_properties                       u:object_r:hardware_properties_service:s0
 hdmi_control                              u:object_r:hdmi_control_service:s0
+hint                                      u:object_r:hint_service:s0
 ions                                      u:object_r:radio_service:s0
 idmap                                     u:object_r:idmap_service:s0
 incident                                  u:object_r:incident_service:s0
diff --git a/public/service.te b/public/service.te
index 760aa9d..0b4f8e9 100644
--- a/public/service.te
+++ b/public/service.te
@@ -124,6 +124,7 @@
 type hardware_service, system_server_service, service_manager_type;
 type hardware_properties_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type hdmi_control_service, app_api_service, system_server_service, service_manager_type;
+type hint_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type imms_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type incremental_service, system_server_service, service_manager_type;
 type input_method_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
diff --git a/public/vendor_init.te b/public/vendor_init.te
index db99b9e..25d0dcb 100644
--- a/public/vendor_init.te
+++ b/public/vendor_init.te
@@ -263,6 +263,7 @@
 get_prop(vendor_init, provisioned_prop)
 get_prop(vendor_init, retaildemo_prop)
 get_prop(vendor_init, surfaceflinger_display_prop)
+get_prop(vendor_init, test_harness_prop)
 get_prop(vendor_init, theme_prop)