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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user