Merge "Change aconfig parameter from --namespace to --package" am: ab76e26ac8 am: 3d8b6c4fc4 am: 447c1bda40

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2607229

Change-Id: I738ee8ea9d493bcc294fadbe7d49198ddfb7631a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mårten Kongstad
2023-06-08 17:39:13 +00:00
committed by Automerger Merge Worker

View File

@@ -27,7 +27,7 @@ var (
aconfigRule = pctx.AndroidStaticRule("aconfig", aconfigRule = pctx.AndroidStaticRule("aconfig",
blueprint.RuleParams{ blueprint.RuleParams{
Command: `${aconfig} create-cache` + Command: `${aconfig} create-cache` +
` --namespace ${namespace}` + ` --package ${namespace}` +
` --declarations ${in}` + ` --declarations ${in}` +
` ${values}` + ` ${values}` +
` --cache ${out}.tmp` + ` --cache ${out}.tmp` +