Merge "Copy abidiffs into /abidiffs on abi breakages."

This commit is contained in:
Jayant Chowdhary
2017-11-28 22:38:32 +00:00
committed by Gerrit Code Review
2 changed files with 14 additions and 5 deletions

View File

@@ -189,6 +189,7 @@ type productVariables struct {
Override_rs_driver *string `json:",omitempty"`
DeviceKernelHeaders []string `json:",omitempty"`
DistDir *string `json:",omitempty"`
}
func boolPtr(v bool) *bool {