Merge "Add 'lo-prio' tag to temp blocklist." am: fd9fdec18e

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

Change-Id: Ia37a2695662da924238f97abfc005084c11ef4ce
This commit is contained in:
Treehugger Robot
2020-11-30 21:06:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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)