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

/build/core/
H A Dmain.mk707 # ALL_LINK_TYPES contains a list of all link type prefixes (generally one per
708 # module, but APKs can "link" to both java and native code). The link type
732 # - TYPE: the link types for this module
735 # - DEPS: the link type prefixes for the module's dependencies
736 # - ALLOWED: the link types to allow in this module's dependencies
737 # - WARN: the link types to warn about in this module's dependencies
739 # All of the dependency link types not listed in ALLOWED or WARN will become
745 define link-type-prefix-base
748 define link
[all...]
H A Ddefinitions.mk675 # Java libraries that you want to link against.
683 # Java libraries that you want to link against.
709 # APK libraries that you want to link against.
716 # APK libraries that you want to link against.
1749 ## Commands for running gcc to link a shared library or package
1757 -Wl,-rpath-link=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OUT_INTERMEDIATE_LIBRARIES) \
1794 ## Commands for running gcc to link a shared library or package
1883 ## Commands for running gcc to link an executable
1892 -Wl,-rpath-link=$(PRIVATE_TARGET_OUT_INTERMEDIATE_LIBRARIES) \
1962 ## Commands for running gcc to link
[all...]
/build/make/core/
H A Dmain.mk707 # ALL_LINK_TYPES contains a list of all link type prefixes (generally one per
708 # module, but APKs can "link" to both java and native code). The link type
732 # - TYPE: the link types for this module
735 # - DEPS: the link type prefixes for the module's dependencies
736 # - ALLOWED: the link types to allow in this module's dependencies
737 # - WARN: the link types to warn about in this module's dependencies
739 # All of the dependency link types not listed in ALLOWED or WARN will become
745 define link-type-prefix-base
748 define link
[all...]
H A Ddefinitions.mk675 # Java libraries that you want to link against.
683 # Java libraries that you want to link against.
709 # APK libraries that you want to link against.
716 # APK libraries that you want to link against.
1749 ## Commands for running gcc to link a shared library or package
1757 -Wl,-rpath-link=$($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OUT_INTERMEDIATE_LIBRARIES) \
1794 ## Commands for running gcc to link a shared library or package
1883 ## Commands for running gcc to link an executable
1892 -Wl,-rpath-link=$(PRIVATE_TARGET_OUT_INTERMEDIATE_LIBRARIES) \
1962 ## Commands for running gcc to link
[all...]

Completed in 56 milliseconds