Merge "Create filegroup for sdkext file contexts"
diff --git a/apex/Android.bp b/apex/Android.bp
index 66ca3ec..29c2518 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -166,3 +166,10 @@
     "com.android.wifi-file_contexts",
   ],
 }
+
+filegroup {
+  name: "com.android.tethering-file_contexts",
+  srcs: [
+    "com.android.tethering-file_contexts",
+  ],
+}
diff --git a/apex/com.android.tethering.apex-file_contexts b/apex/com.android.tethering-file_contexts
similarity index 100%
rename from apex/com.android.tethering.apex-file_contexts
rename to apex/com.android.tethering-file_contexts