Skip to content

Commit

Permalink
hiddenapi: Support greylist-max-q
Browse files Browse the repository at this point in the history
Test: set maxTargetSdk=Q on an API, compiles, check hiddenapi-flags.csv
Change-Id: I990972d652d4f4bc578592a9b3d9954f93b1ab9f
  • Loading branch information
David Brazdil committed May 1, 2019
1 parent aec3eca commit a4e64da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/hiddenapi/generate_hiddenapi_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
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"
Expand All @@ -41,6 +42,7 @@
FLAG_BLACKLIST,
FLAG_GREYLIST_MAX_O,
FLAG_GREYLIST_MAX_P,
FLAG_GREYLIST_MAX_Q,
]
ALL_FLAGS = FLAGS_API_LIST + [
FLAG_CORE_PLATFORM_API,
Expand Down

0 comments on commit a4e64da

Please sign in to comment.