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

Commit 7638b015 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Find target keywords in the first 100 lines." am: 61ddffc6 am: 4bf15225

am: 30e550cf

Change-Id: I3a625c89c9589184b95035b6320a9349a5a534f0
parents 6f286c07 30e550cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2427,7 +2427,7 @@ def parse_input_file(infile):
    if warning_pattern.match(line):
      line = normalize_warning_line(line)
      warning_lines.add(line)
    elif line_counter < 50:
    elif line_counter < 100:
      # save a little bit of time by only doing this for the first few lines
      line_counter += 1
      m = re.search('(?<=^PLATFORM_VERSION=).*', line)