Files
build/tools/releasetools
Håkan Kvist 01e381954b Order entries in apex_info.pb
Adding the entries in apex_info.pb in sorted order makes it easier to
compare ota packages generated between the same source and target on
different computers/environments, ideally the generated ota zips should
be identical.

os.listdir() was used to find the apex files which should be
included in apex_info.pb. listdir() does not guarantee any order,
solution is to sort the result to ensure consistent order.

Bug: 278095305
Test: Manual. Confirm that apex_info.pb is generated sorted
    protoc --decode_raw < apex_info.pb
Change-Id: I2851d207f828a6ac31e63e20c9025965ac4b0eba
2023-04-14 10:36:04 +02:00
..
2023-04-11 13:53:05 -07:00
2023-04-14 10:36:04 +02:00
2023-04-11 13:53:05 -07:00
2021-05-05 09:08:12 -04:00
2023-01-23 20:43:09 -08:00
2022-09-23 10:07:04 -07:00
2023-04-11 21:30:42 -07:00
2021-10-27 16:06:10 +09:00
2023-04-11 13:53:05 -07:00