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

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

Merge "Merge "hiddenapi: Support greylist-max-q" am: d749f8a4 am:...

Merge "Merge "hiddenapi: Support greylist-max-q" am: d749f8a4 am: 989ab78b" into qt-dev-plus-aosp
am: 875c43ec

Change-Id: I94abfb98b799503bca787b3f17f540ef91879e03
parents 898fbbe0 875c43ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ FLAG_GREYLIST = "greylist"
FLAG_BLACKLIST = "blacklist"
FLAG_GREYLIST_MAX_O = "greylist-max-o"
FLAG_GREYLIST_MAX_P = "greylist-max-p"
FLAG_GREYLIST_MAX_Q = "greylist-max-q"
FLAG_CORE_PLATFORM_API = "core-platform-api"
FLAG_PUBLIC_API = "public-api"
FLAG_SYSTEM_API = "system-api"
@@ -41,6 +42,7 @@ FLAGS_API_LIST = [
    FLAG_BLACKLIST,
    FLAG_GREYLIST_MAX_O,
    FLAG_GREYLIST_MAX_P,
    FLAG_GREYLIST_MAX_Q,
]
ALL_FLAGS = FLAGS_API_LIST + [
    FLAG_CORE_PLATFORM_API,