Merge "Update released flagged apis rule" into main am: d06bdb0310
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2901995 Change-Id: If96fda7a9e1334b302d9e37ec0c2943156f0b4e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -277,7 +277,7 @@ var (
|
||||
|
||||
gatherReleasedFlaggedApisRule = pctx.AndroidStaticRule("gatherReleasedFlaggedApisRule",
|
||||
blueprint.RuleParams{
|
||||
Command: `${aconfig} dump --format bool ` +
|
||||
Command: `${aconfig} dump-cache --format='{fully_qualified_name}={state:bool}' ` +
|
||||
`--out ${out} ` +
|
||||
`${flags_path} ` +
|
||||
`${filter_args} `,
|
||||
|
Reference in New Issue
Block a user