Add Auxiliary module file context config in sepolicy.
Test: loaded to an AVD
Bug: b/210728915
Ignore-AOSP-First: this feature is developed in an internal branch
Change-Id: I8a3d1ec25938c84cfe35a36e706e891ce2b9659e
diff --git a/apex/Android.bp b/apex/Android.bp
index 017291f..b36ffad 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -258,3 +258,10 @@
"com.android.supplementalprocess-file_contexts",
],
}
+
+filegroup {
+ name: "com.android.auxiliary-file_contexts",
+ srcs: [
+ "com.android.auxiliary-file_contexts",
+ ],
+}