Merge "Change aconfig parameter from --namespace to --package" am: ab76e26ac8
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2607229 Change-Id: I866dacfda7d75a186c55f55c97e6019fccd9d6ae Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
3d8b6c4fc4
1 changed files with 1 additions and 1 deletions
|
@ -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` +
|
||||
|
|
Loading…
Reference in a new issue