device_google_gs-common/sepolicy/Android.bp
Liz Prucka bfa32da350 Add Mali SELinux build flag for Pixel
Created initial Pixel SELinux flag module.
Added Mali release flag to build be built by soong.

Bug: 384720119
Test: make
Change-Id: Iffcae7bc64114b80b2750da8823768a15efff9b3
2024-12-17 23:11:31 +00:00

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"],
}