Fix Neural Networks API notice.

Must quote the PackageName for embedded spaces.

Bug: 233936718

Test: m droid dist

Change-Id: Ida57800a9e733517f773faea92c90a357e0f58af
Merged-in: Ida57800a9e733517f773faea92c90a357e0f58af
This commit is contained in:
Bob Badour
2022-06-08 17:59:01 -07:00
parent 8e8ef9fe66
commit e8febee28b

View File

@@ -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,