1#line 1 "system/sepolicy/flagging/flagging_macros"
2####################################
3# is_flag_enabled(flag, rules)
4# SELinux rules which apply only if given feature is turned on
5
6
7####################################
8# is_flag_disabled(flag, rules)
9# SELinux rules which apply only if given feature is turned off
10
11
12####################################
13# starting_at_board_api(api_level, rules_if_api_level)
14#
15# This macro conditionally exposes SELinux rules ensuring they are available
16# only when the board API level is at or above the specified 'api_level'.
17
18
19####################################
20# until_board_api(api_level, rules_if_lower_api_level)
21#
22# This macro conditionally exposes SELinux rules ensuring they are available
23# only when the board API level is below the specified 'api_level'.
24
25#line 1 "out/soong/.intermediates/system/sepolicy/contexts/system_ext_keystore2_key_contexts/android_common/shiba/newline"
26
27