Loading tools/releasetools/ota_from_target_files.py +2 −0 Original line number Diff line number Diff line Loading @@ -530,6 +530,8 @@ class StreamingPropertyFiles(PropertyFiles): 'payload_properties.txt', ) self.optional = ( # apex_info.pb isn't directly used in the update flow 'apex_info.pb', # care_map is available only if dm-verity is enabled. 'care_map.pb', 'care_map.txt', Loading tools/releasetools/test_ota_from_target_files.py +2 −0 Original line number Diff line number Diff line Loading @@ -863,6 +863,7 @@ class StreamingPropertyFilesTest(PropertyFilesTestCase): property_files.required) self.assertEqual( ( 'apex_info.pb', 'care_map.pb', 'care_map.txt', 'compatibility.zip', Loading Loading @@ -962,6 +963,7 @@ class AbOtaPropertyFilesTest(PropertyFilesTestCase): property_files.required) self.assertEqual( ( 'apex_info.pb', 'care_map.pb', 'care_map.txt', 'compatibility.zip', Loading Loading
tools/releasetools/ota_from_target_files.py +2 −0 Original line number Diff line number Diff line Loading @@ -530,6 +530,8 @@ class StreamingPropertyFiles(PropertyFiles): 'payload_properties.txt', ) self.optional = ( # apex_info.pb isn't directly used in the update flow 'apex_info.pb', # care_map is available only if dm-verity is enabled. 'care_map.pb', 'care_map.txt', Loading
tools/releasetools/test_ota_from_target_files.py +2 −0 Original line number Diff line number Diff line Loading @@ -863,6 +863,7 @@ class StreamingPropertyFilesTest(PropertyFilesTestCase): property_files.required) self.assertEqual( ( 'apex_info.pb', 'care_map.pb', 'care_map.txt', 'compatibility.zip', Loading Loading @@ -962,6 +963,7 @@ class AbOtaPropertyFilesTest(PropertyFilesTestCase): property_files.required) self.assertEqual( ( 'apex_info.pb', 'care_map.pb', 'care_map.txt', 'compatibility.zip', Loading