Merge "Pass hiddenapi-greylist-max-q.txt to greylist generator."

am: b2e729d14c

Change-Id: I5d5120e0ff0d4985f6da0782317502deb58253de
This commit is contained in:
Artur Satayev 2019-11-20 10:04:18 -08:00 committed by android-build-merger
commit 352df50c64
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ func flagsRule(ctx android.SingletonContext) android.Path {
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist.txt")).
FlagWithInput("--greylist-ignore-conflicts ",
greylistIgnoreConflicts).
FlagWithInput("--greylist-max-q ",
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-q.txt")).
FlagWithInput("--greylist-max-p ",
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-p.txt")).
FlagWithInput("--greylist-max-o-ignore-conflicts ",