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

Commit 8a822605 authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

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

am: ec62f08f

Change-Id: I4da04fd68d6c779402508b5b901a6566efbc2b40
parents 20547cf2 ec62f08f
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.