Merge "Temporarily move APIs to blocked list." am: 82d5b6726b

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1494179

Change-Id: Ic84c50eb4cbf2be78dc2ffeee3125779e10d5c7e
This commit is contained in:
Mathew Inwood
2020-11-11 09:32:43 +00:00
committed by Automerger Merge Worker

View File

@@ -258,6 +258,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)