Add 'lo-prio' tag to temp blocklist.
This is a temporary measure to allow these APIs to be identified by downstream tooling. Before S is finished, these APIs will be moved to the max-target-R list anyway. Adding the lo-prio flag should have no semantic impact on these APIs but does allow them to be distinguished from the regular blocklist APIs. Test: m Bug: 174455522 Change-Id: I031dcecbdef34a4f93a0fec1a92d95f769918486
This commit is contained in:
parent
c9b71a446a
commit
17a8cd9634
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ func flagsRule(ctx android.SingletonContext) android.Path {
|
|||
FlagWithInput("--blocked ",
|
||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blocked.txt")).
|
||||
FlagWithInput("--blocked ",
|
||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-temp-blocklist.txt")).
|
||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-temp-blocklist.txt")).FlagWithArg("--tag ", "lo-prio").
|
||||
FlagWithInput("--unsupported ", android.PathForSource(
|
||||
ctx, "frameworks/base/config/hiddenapi-unsupported-packages.txt")).Flag("--packages ").
|
||||
FlagWithOutput("--output ", tempPath)
|
||||
|
|
Loading…
Reference in a new issue