Home | History | Annotate | Download | only in core

Lines Matching defs:libs

750 # Get the exported-sdk-libs files which collectively give you the list of exported java sdk
751 # lib names that are (transitively) exported from the given set of java libs
753 define exported-sdk-libs-files
754 $(foreach lib,$(1),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)/exported-sdk-libs)
1466 define extract-and-include-whole-static-libs-first
1472 define extract-and-include-target-whole-static-libs
1473 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)),$(1))
1484 $(call extract-and-include-target-whole-static-libs,$@.tmp)
1518 define extract-and-include-aux-whole-static-libs
1519 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)),$(1))
1530 $(call extract-and-include-aux-whole-static-libs,$@.tmp)
1606 define extract-and-include-host-whole-static-libs
1607 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)),$(1))
1639 $(call extract-and-include-host-whole-static-libs,$@.tmp)
2285 define _add-jni-shared-libs-to-package-per-abi
2291 # $(2): if true, uncompress jni libs
2292 define create-jni-shared-libs-package
2296 $(call _add-jni-shared-libs-to-package-per-abi,$(1),$(abi),\
2435 define uncompress-prebuilt-embedded-jni-libs
3402 add-jni-shared-libs-to-package,\
3413 define verify-vndk-libs-identical