Merge "Guarantee frameworks.aidl stability." into main
This commit is contained in:
@@ -308,10 +308,12 @@ func createFrameworkAidl(stubsModules []string, path android.WritablePath, ctx a
|
|||||||
|
|
||||||
rule.Command().
|
rule.Command().
|
||||||
Text("rm -f").Output(aidl)
|
Text("rm -f").Output(aidl)
|
||||||
|
|
||||||
rule.Command().
|
rule.Command().
|
||||||
BuiltTool("sdkparcelables").
|
BuiltTool("sdkparcelables").
|
||||||
Input(jar).
|
Input(jar).
|
||||||
Output(aidl)
|
Output(aidl).
|
||||||
|
Flag("--guarantee_stable")
|
||||||
|
|
||||||
aidls = append(aidls, aidl)
|
aidls = append(aidls, aidl)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user