Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit c26b96f

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "Sort properties to ease comparison." am: 3dc563e
Original change: https://android-review.googlesource.com/c/platform/development/+/1611255 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6078c207807517dc3b1919f8adb60e5bd60d90f4
2 parents c753ebc + 3dc563e commit c26b96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor_snapshot/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_variation(json_rel_path):
5050
# convert .bp prop dictionary to .bp prop string
5151
def gen_bp_prop(prop, ind):
5252
bp = ''
53-
for key in prop:
53+
for key in sorted(prop):
5454
val = prop[key]
5555

5656
# Skip empty list or dict, rather than printing empty prop like

0 commit comments

Comments
 (0)