Temporarily move APIs to blocked list.
Bug: 170729553 Test: m Change-Id: I62db78941785fd1bd336cfe81c8e9763e08a0eb0
This commit is contained in:
parent
af3bf0dd5d
commit
59093e3769
|
@ -267,6 +267,8 @@ func flagsRule(ctx android.SingletonContext) android.Path {
|
|||
ctx, "frameworks/base/config/hiddenapi-max-target-o.txt")).Flag("--ignore-conflicts ").
|
||||
FlagWithInput("--blocked ",
|
||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blocked.txt")).
|
||||
FlagWithInput("--blocked ",
|
||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-temp-blocklist.txt")).
|
||||
FlagWithInput("--unsupported ", android.PathForSource(
|
||||
ctx, "frameworks/base/config/hiddenapi-unsupported-packages.txt")).Flag("--packages ").
|
||||
FlagWithOutput("--output ", tempPath)
|
||||
|
|
Loading…
Reference in New Issue