Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f76f906 authored by Tianjie Xu's avatar Tianjie Xu
Browse files

Revert "Temporarily remove the care_map in the ota package"

This reverts commit 5856cfbf.

Reason for revert: re-enable care_map b/205541521

Change-Id: I64b4637991a80c9d08a28bdd324c47b4067b1762
parent 5856cfbf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1191,8 +1191,6 @@ def GenerateAbOtaPackage(target_file, output_file, source_file=None):
    care_map_list = [x for x in ["care_map.pb", "care_map.txt"] if
                     "META/" + x in target_zip.namelist()]

    # TODO(b/205541521) remove the workaround after root cause is fixed.
    care_map_list = []
    # Adds care_map if either the protobuf format or the plain text one exists.
    if care_map_list:
      care_map_name = care_map_list[0]