Created initial Pixel SELinux flag module. Added Mali release flag to build be built by soong. Bug: 384720119 Test: make Change-Id: Iffcae7bc64114b80b2750da8823768a15efff9b3
11 lines
290 B
Text
11 lines
290 B
Text
se_flags {
|
|
name: "usb_udc_sysfs_selinux_flags",
|
|
flags: ["RELEASE_USB_UDC_SYSFS_SELINUX_POLICY_ENABLED"],
|
|
export_to: ["all_selinux_flags"],
|
|
}
|
|
|
|
se_flags {
|
|
name: "pixel_selinux_flags",
|
|
flags: ["RELEASE_PIXEL_MALI_SEPOLICY_ENABLED"],
|
|
export_to: ["all_selinux_flags"],
|
|
}
|