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

Commit 7389ad5c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Guarantee frameworks.aidl stability." into main

parents 803ca1cf 465baeed
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -308,10 +308,12 @@ func createFrameworkAidl(stubsModules []string, path android.WritablePath, ctx a

			rule.Command().
				Text("rm -f").Output(aidl)

			rule.Command().
				BuiltTool("sdkparcelables").
				Input(jar).
				Output(aidl)
				Output(aidl).
				Flag("--guarantee_stable")

			aidls = append(aidls, aidl)
		}