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

Commit 9feb96d4 authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

Change aconfig parameter from --namespace to --package

The namespace field in aconfig is now called package, and `aconfig
create-cache --namespace ...` is now called `aconfig create-cache
--package ...`. Change the call-site accordingly.

The Soong code still uses the namespace terminology. A follow-up CL will
change the code to refer to package instead.

Bug: 285000854
Test: m nothing
Change-Id: Id787f80c1fa4ab5d4bc37410d6712aadd8833fb4
parent 68d18d2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ var (
	aconfigRule = pctx.AndroidStaticRule("aconfig",
		blueprint.RuleParams{
			Command: `${aconfig} create-cache` +
				` --namespace ${namespace}` +
				` --package ${namespace}` +
				` --declarations ${in}` +
				` ${values}` +
				` --cache ${out}.tmp` +