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

Commit 28b2b00a authored by Jesse Zhao's avatar Jesse Zhao Committed by Android (Google) Code Review
Browse files

Merge "Update vendor fingerprint." into lmp-mr1-dev

parents cd082d4b 2625d271
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
        print "NOT signing: %s" % (name,)
        output_tf_zip.writestr(out_info, data)
    elif info.filename in ("SYSTEM/build.prop",
                           "VENDOR/build.prop",
                           "RECOVERY/RAMDISK/default.prop"):
      print "rewriting %s:" % (info.filename,)
      new_data = RewriteProps(data, misc_info)