Merge "Automatically greylist code in 3P packages"
am: dca6ac3e35
Change-Id: Ic9d2843e446f0207ead6b83692c7fa50c34deb43
This commit is contained in:
commit
595282ced1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue