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

Commit e43f501f authored by Dan Albert's avatar Dan Albert
Browse files

Fix the build after -Bsymbolic fix.

Bug: 16853291
Change-Id: Idc9808f76e8be7afb70513c4036b57c91690728e
(cherry picked from commit 8173554d)
parent e17bb5ca
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -20,6 +20,10 @@ LOCAL_SHARED_LIBRARIES += libstagefright_foundation
LOCAL_SHARED_LIBRARIES  += libutils
LOCAL_SHARED_LIBRARIES  += libutils
LOCAL_SHARED_LIBRARIES  += liblog
LOCAL_SHARED_LIBRARIES  += liblog


# We need this because the current asm generates the following link error:
# requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
# Bug: 16853291
LOCAL_LDFLAGS := -Wl,-Bsymbolic


include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)