Rename hiddenapi manual lists
Use new names for lists from go/hiddenapi-list-renaming Bug: 162827370 Test: m Change-Id: I9522f32faa46d1d49aefad0921ba6d9c427d8779
This commit is contained in:
@@ -248,18 +248,18 @@ func flagsRule(ctx android.SingletonContext) android.Path {
|
|||||||
FlagWithInput("--csv ", stubFlags).
|
FlagWithInput("--csv ", stubFlags).
|
||||||
Inputs(flagsCSV).
|
Inputs(flagsCSV).
|
||||||
FlagWithInput("--unsupported ",
|
FlagWithInput("--unsupported ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-unsupported.txt")).
|
||||||
FlagWithInput("--unsupported-ignore-conflicts ", combinedRemovedApis).
|
FlagWithInput("--unsupported-ignore-conflicts ", combinedRemovedApis).
|
||||||
FlagWithInput("--max-target-q ",
|
FlagWithInput("--max-target-q ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-q.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-max-target-q.txt")).
|
||||||
FlagWithInput("--max-target-p ",
|
FlagWithInput("--max-target-p ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-p.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-max-target-p.txt")).
|
||||||
FlagWithInput("--max-target-o-ignore-conflicts ",
|
FlagWithInput("--max-target-o-ignore-conflicts ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-o.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-max-target-o.txt")).
|
||||||
FlagWithInput("--blocked ",
|
FlagWithInput("--blocked ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blacklist.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blocked.txt")).
|
||||||
FlagWithInput("--unsupported-packages ",
|
FlagWithInput("--unsupported-packages ",
|
||||||
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-packages.txt")).
|
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-unsupported-packages.txt")).
|
||||||
FlagWithOutput("--output ", tempPath)
|
FlagWithOutput("--output ", tempPath)
|
||||||
|
|
||||||
commitChangeForRestat(rule, tempPath, outputPath)
|
commitChangeForRestat(rule, tempPath, outputPath)
|
||||||
|
Reference in New Issue
Block a user