OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_LDFLAGS
(Results
101 - 112
of
112
) sorted by null
1
2
3
4
5
/external/boringssl/
Android.mk
142
LOCAL_LDFLAGS
:= -lrt
/art/build/
Android.common_build.mk
420
LOCAL_LDFLAGS
+= $(ART_TARGET_LDFLAGS)
Android.gtest.mk
565
LOCAL_LDFLAGS
:= -Wl,--export-dynamic -Wl,-u,Java_MyClassNatives_bar -Wl,-u,Java_MyClassNatives_sbar
/art/compiler/
Android.mk
258
LOCAL_LDFLAGS
+= -static
/external/compiler-rt/lib/asan/
Android.mk
167
LOCAL_LDFLAGS
+= -Wl,-z,global
/frameworks/rs/
Android.mk
253
LOCAL_LDFLAGS
+= -Wl,--version-script,${LOCAL_PATH}/libRS.map
/external/conscrypt/
Android.mk
186
LOCAL_LDFLAGS
:= -llog -lz -ldl
/hardware/intel/common/omx-components/videocodec/
Android.mk
515
LOCAL_LDFLAGS
:=
/external/libchrome/
Android.mk
427
LOCAL_LDFLAGS
:= $(libchromeHostLdFlags)
/build/core/
binary.mk
46
my_ldflags := $(
LOCAL_LDFLAGS
)
[
all
...]
/bionic/libc/
Android.mk
[
all
...]
/ndk/build/core/
definitions.mk
422
#
LOCAL_LDFLAGS
will contain the set of final linker flags for the module
[
all
...]
Completed in 1703 milliseconds
1
2
3
4
5