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

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

Merge "Update language to comply with Android's inclusive language guidance" am: bc02bb35

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

Change-Id: If9a4b3c22c29634c9108d0a7749ddf411ed43b6f
parents 6801ea4c bc02bb35
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ class ELFParser(object):
  @classmethod
  @classmethod
  def open(cls, elf_file_path, llvm_readobj):
  def open(cls, elf_file_path, llvm_readobj):
    """Open and parse the ELF file."""
    """Open and parse the ELF file."""
    # Parse the ELF header for simple sanity checks.
    # Parse the ELF header to check the magic word.
    header = cls._read_elf_header(elf_file_path)
    header = cls._read_elf_header(elf_file_path)
    if not header or header.ei_magic != _ELF_MAGIC:
    if not header or header.ei_magic != _ELF_MAGIC:
      raise ELFInvalidMagicError()
      raise ELFInvalidMagicError()