Merge "Fix Neural Networks API notice."
This commit is contained in:
commit
229b7c4234
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ func buildLicenseMetadata(ctx ModuleContext, licenseMetadataFile WritablePath) {
|
|||
|
||||
if p := base.commonProperties.Effective_package_name; p != nil {
|
||||
args = append(args,
|
||||
"-p "+proptools.NinjaAndShellEscape(*p))
|
||||
`-p "`+proptools.NinjaAndShellEscape(*p)+`"`)
|
||||
}
|
||||
|
||||
args = append(args,
|
||||
|
|
Loading…
Reference in a new issue