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

Commit b8376873 authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by Android Git Automerger
Browse files

am db38e7b5: Merge "Disable relocation packer in SANITIZE_TARGET mode."

* commit 'db38e7b5':
  Disable relocation packer in SANITIZE_TARGET mode.
parents a04e6b89 db38e7b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@ ifneq ($(strip $(SANITIZE_TARGET)),)
        my_allow_undefined_symbols := true
      endif
    endif
    # Workaround for a bug in AddressSanitizer that breaks stack unwinding.
    # https://code.google.com/p/address-sanitizer/issues/detail?id=387
    # Revert when external/compiler-rt is updated past r236014.
    LOCAL_PACK_MODULE_RELOCATIONS := false
  endif
endif