Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 229b7c42 authored by Bob Badour's avatar Bob Badour Committed by Gerrit Code Review
Browse files

Merge "Fix Neural Networks API notice."

parents 5b96d358 0d364eea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,