OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_GLOBAL_LD_DIRS
(Results
1 - 4
of
4
) sorted by null
/build/core/
executable.mk
41
my_target_global_ld_dirs := $(
TARGET_GLOBAL_LD_DIRS
)
49
# Make sure the prebuilt NDK paths are put ahead of the
TARGET_GLOBAL_LD_DIRS
,
shared_library.mk
54
my_target_global_ld_dirs := $(
TARGET_GLOBAL_LD_DIRS
)
61
# Make sure the prebuilt NDK paths are put ahead of the
TARGET_GLOBAL_LD_DIRS
,
config.mk
412
TARGET_GLOBAL_LD_DIRS
+= -L$(TARGET_OUT_INTERMEDIATE_LIBRARIES)
/bionic/linker/
Android.mk
69
$(linked_module): PRIVATE_TARGET_GLOBAL_LD_DIRS := $(
TARGET_GLOBAL_LD_DIRS
)
Completed in 24 milliseconds