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

Commit ab76e26a authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Gerrit Code Review
Browse files

Merge "Change aconfig parameter from --namespace to --package"

parents ca69a6fc 9feb96d4
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` +