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

Commit 0bf7ab16 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 am: 8a822605

am: f29f0de3

Change-Id: I31647f9e58e86d1bb18891534fcf1e3d4226298e
parents b4287e0c f29f0de3
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.