From e217ab1b4de50528178bd45b132656a44f884c2f Mon Sep 17 00:00:00 2001
From: Dario Freni <dariofreni@google.com>
Date: Fri, 17 Aug 2018 01:01:56 +0100
Subject: [PATCH] s/product-services/product_services/g

Attempting to reduce the number of different spellings we have for
"product services" partition in the codebase.

Bug: 112431447
Test: m
Change-Id: I1499c60e3d6c6c9fbe2e3f30f097f83b1e837c1c
Merged-In: I1499c60e3d6c6c9fbe2e3f30f097f83b1e837c1c
---
 private/file_contexts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/private/file_contexts b/private/file_contexts
index 0a77f6b01..61eab1d89 100644
--- a/private/file_contexts
+++ b/private/file_contexts
@@ -359,7 +359,7 @@
 #############################
 # Product-Services files
 #
-/(product-services|system/product-services)(/.*)?               u:object_r:system_file:s0
+/(product_services|system/product_services)(/.*)?               u:object_r:system_file:s0
 
 #############################
 # Data files
-- 
GitLab