Merge "Automatically greylist code in 3P packages" am: dca6ac3e35 am: 595282ced1

am: 364388b3a5

Change-Id: I90eb022de6f2d718e8b2637a4c05dd2859045c67
This commit is contained in:
Andrei-Valentin Onea
2019-04-02 06:47:21 -07:00
committed by android-build-merger

View File

@@ -236,6 +236,8 @@ func flagsRule(ctx android.SingletonContext) android.Path {
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-o.txt")).
FlagWithInput("--blacklist ",
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blacklist.txt")).
FlagWithInput("--greylist-packages ",
android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-packages.txt")).
FlagWithOutput("--output ", tempPath)
commitChangeForRestat(rule, tempPath, outputPath)