Adding sepolicy testcase for system_ext and product.
Types defined in system_ext/public or product/public
can be referenced by vendor side so it is important
to make sure functionality is not broken across version
bumps. So we are adding the treble sepolicy test cases
for system_ext and product sepolicy.
Bug: 173571515
Change-Id: Ia45979497029f83b1ae6712d2d26ffab263a7f91
diff --git a/Android.bp b/Android.bp
index 391411b..52144b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -294,6 +294,20 @@
// top_half: "31.0.ignore.cil",
}
+se_cil_compat_map {
+ name: "system_ext_30.0.ignore.cil",
+ bottom_half: [":30.0.board.ignore.map"],
+ // top_half: "system_ext_31.0.ignore.cil",
+ system_ext_specific: true,
+}
+
+se_cil_compat_map {
+ name: "product_30.0.ignore.cil",
+ bottom_half: [":30.0.board.ignore.map"],
+ // top_half: "product_31.0.ignore.cil",
+ product_specific: true,
+}
+
se_compat_cil {
name: "26.0.compat.cil",
srcs: [":26.0.board.compat.cil"],