Merge "Order entries in apex_info.pb" am: 6fb4c8dcee
Original change: https://android-review.googlesource.com/c/platform/build/+/2536083 Change-Id: I1cb8e4aca08ea4298c5e832087c088ed958795a8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -626,7 +626,7 @@ def GetApexInfoFromTargetFiles(input_file, partition, compressed_only=True):
|
|||||||
if os.path.isfile(deapexer_path):
|
if os.path.isfile(deapexer_path):
|
||||||
deapexer = deapexer_path
|
deapexer = deapexer_path
|
||||||
|
|
||||||
for apex_filename in os.listdir(target_dir):
|
for apex_filename in sorted(os.listdir(target_dir)):
|
||||||
apex_filepath = os.path.join(target_dir, apex_filename)
|
apex_filepath = os.path.join(target_dir, apex_filename)
|
||||||
if not os.path.isfile(apex_filepath) or \
|
if not os.path.isfile(apex_filepath) or \
|
||||||
not zipfile.is_zipfile(apex_filepath):
|
not zipfile.is_zipfile(apex_filepath):
|
||||||
|
Reference in New Issue
Block a user