Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec62f08f authored by David Brazdil's avatar David Brazdil Committed by Gerrit Code Review
Browse files

Merge "hiddenapi: Add constants for 'greylist-max-p'"

parents 08cbafef 5cd148fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ FLAG_WHITELIST = "whitelist"
FLAG_GREYLIST = "greylist"
FLAG_BLACKLIST = "blacklist"
FLAG_GREYLIST_MAX_O = "greylist-max-o"
FLAG_GREYLIST_MAX_P = "greylist-max-p"

# List of all known flags.
FLAGS = [
@@ -33,6 +34,7 @@ FLAGS = [
    FLAG_GREYLIST,
    FLAG_BLACKLIST,
    FLAG_GREYLIST_MAX_O,
    FLAG_GREYLIST_MAX_P,
]
FLAGS_SET = set(FLAGS)

+1 −1

File changed.

Contains only whitespace changes.