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

Commit 91c6bf99 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "sign_target_files_apks: Relax ro.build.description requirements" am: 243f9ea6

Original change: https://android-review.googlesource.com/c/platform/build/+/1651427

Change-Id: I9db8a759a54d4c95da33087bdcd536b90e8c154e
parents c06f3199 243f9ea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -799,7 +799,7 @@ def RewriteProps(data):
        value = "/".join(pieces)
      elif key == "ro.build.description":
        pieces = value.split(" ")
        assert len(pieces) == 5
        assert pieces[-1].endswith("-keys")
        pieces[-1] = EditTags(pieces[-1])
        value = " ".join(pieces)
      elif key.startswith("ro.") and key.endswith(".build.tags"):