Searched defs:shared (Results 1 - 4 of 4) sorted by relevance

/ndk/toolchains/llvm-3.4/
H A Dsetup-common.mk105 define cmd-build-shared-library
108 -shared \
/ndk/toolchains/llvm-3.5/
H A Dsetup-common.mk105 define cmd-build-shared-library
108 -shared \
/ndk/build/core/
H A Ddefault-build-commands.mk12 # Return the list of object, static libraries and shared libraries as they
16 # we always put libgcc _after_ all static libraries and _before_ shared
19 # symbol references to the same symbols as exported by shared libraries
28 # $4: shared libraries
37 # generated machine code. This adds a special section to the generated shared
48 # executable or shared library as being read-only after the dynamic
65 # command line when generating shared libraries and executables.
72 define cmd-build-shared-library
75 -shared \
104 # The strip command is only used for shared librarie
[all...]
H A Ddefinitions.mk353 # type -> type of module (e.g. 'static', 'shared', ...)
523 # (e.g. shared libraries).
529 # at build time. At the moment, this is only used for prebuilt shared
605 # Function : module-add-shared-depends
607 # 2: list/set of shared library modules this module depends on.
609 # Usage : $(call module-add-shared-depends,<modulename>,<list of module names>)
610 # Rationale: Record that a module depends on a set of shared libraries.
611 # Use modulge-get-shared-dependencies to retrieve final list.
613 module-add-shared-depends = \
616 # Used internally by module-add-static-depends and module-add-shared
[all...]

Completed in 608 milliseconds