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

Commit 064b18f1 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Fix the mips build."

am: 0f8bd686

* commit '0f8bd686':
  Fix the mips build.
parents 9a986a6e 0f8bd686
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -87,7 +87,11 @@ ifdef LOCAL_SDK_VERSION
  # hashes (which are much faster!), but shipping to older devices requires
  # the old style hash. Fortunately, we can build with both and it'll work
  # anywhere.
  #
  # This is not currently supported on MIPS architectures.
  ifeq (,$(filter mips mips64,$(TARGET_$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH)))
    my_ldflags += -Wl,--hash-style=both
  endif

  # We don't want to expose the relocation packer to the NDK just yet.
  LOCAL_PACK_MODULE_RELOCATIONS := false