Merge "Add comments about the -shared flag."
This commit is contained in:
commit
f5ae7e91ea
|
@ -19,6 +19,9 @@ LOCAL_SRC_FILES_x86_64 := arch/x86_64/begin.S
|
|||
LOCAL_SRC_FILES_mips := arch/mips/begin.S linker_mips.cpp
|
||||
LOCAL_SRC_FILES_mips64 := arch/mips64/begin.S linker_mips.cpp
|
||||
|
||||
# -shared is used to overwrite the -Bstatic and -static
|
||||
# flags triggered by LOCAL_FORCE_STATIC_EXECUTABLE.
|
||||
# This dynamic linker is actually a shared object linked with static libraries.
|
||||
LOCAL_LDFLAGS := \
|
||||
-shared \
|
||||
-Wl,-Bsymbolic \
|
||||
|
|
Loading…
Reference in New Issue