Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 595282ce authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by android-build-merger
Browse files

Merge "Automatically greylist code in 3P packages"

am: dca6ac3e

Change-Id: Ic9d2843e446f0207ead6b83692c7fa50c34deb43
parents 89d99337 dca6ac3e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)