Merge "Guarantee frameworks.aidl stability." into main

This commit is contained in:
Treehugger Robot
2024-08-26 21:21:19 +00:00
committed by Gerrit Code Review

View File

@@ -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)
}