Merge "Support aapt2 resources flagging" into main am: 2484be669a
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3177780 Change-Id: I9be8826cab35704598d79f37735a3b931e6d67d2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -47,7 +47,7 @@ var (
|
||||
// For create-device-config-sysprops: Generate aconfig flag value map text file
|
||||
aconfigTextRule = pctx.AndroidStaticRule("aconfig_text",
|
||||
blueprint.RuleParams{
|
||||
Command: `${aconfig} dump-cache --dedup --format='{fully_qualified_name}={state:bool}'` +
|
||||
Command: `${aconfig} dump-cache --dedup --format='{fully_qualified_name}:{permission}={state:bool}'` +
|
||||
` --cache ${in}` +
|
||||
` --out ${out}.tmp` +
|
||||
` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
|
||||
|
Reference in New Issue
Block a user