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

Commit 50f9f35a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to OPM1.171005.001

Change-Id: Iccad5263c045995ca402fe248077bdbaa4c98eb7
parents ade886fc 905b2e00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.

export BUILD_ID=OPM1.171004.001
export BUILD_ID=OPM1.171005.001
+1 −11
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ do
    then
        fail "$file doesn't exist or isn't a file"
    fi
    unzip -lv "$file" | awk '
    unzip -lvq "$file" | awk '
        BEGIN {
          total_compressed = 0;
          total_uncompressed = 0;
@@ -88,16 +88,6 @@ do
        # Make sure the output of unzip -lv looks like something we expect.
        #
        NR == "1" {
            if ($1 != "Archive:") {
                print "'$PROGNAME': ERROR: Unexpected zip listing format" > \
                        "/dev/stderr";
                print "'$PROGNAME': ERROR: Line 1 is \"" $0 "\"" > \
                        "/dev/stderr";
                failed = 1;
                exit 1;
            }
        }
        NR == "2" {
            if (NF != "8" ||
                $1 != "Length" ||
                $2 != "Method" ||