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:
@@ -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` +
|
||||
|
Reference in New Issue
Block a user