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

Commit 2c6d78a1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to BP2A.250216.001

Snap for 13072348 from f3078f80 to 25Q2-release

Change-Id: I30f0e8508a737df43b3cc30b1e9b497f420ac392
parents 31af6fa8 f3078f80
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.

BUILD_ID=BP2A.250215.001
BUILD_ID=BP2A.250216.001
+0 −6
Original line number Diff line number Diff line
@@ -230,12 +230,6 @@ if __name__ == '__main__':
  if not output_file:
    output_file = input_file + '.fsv_meta'

  if output_file != args.input + '.fsv_meta':
    sys.exit('When generating .fsv_meta files for symlinks, we assume that all fsv_meta files '
      'are named the same as the file they protect, just with the .fsv_meta suffix appended. '
      'We require that all .fsv_meta files follow this convention regardless of if it\'s a link or '
      'not. However {args.input} had a different output file: {args.output}')

  # remove the output file first, as switching between a file and a symlink can be complicated
  try:
    os.remove(output_file)