Searched defs:libs (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Dmain.mk688 define resolve-shared-libs-depes
701 $(call resolve-shared-libs-depes,TARGET_)
703 $(call resolve-shared-libs-depes,TARGET_,true)
705 $(call resolve-shared-libs-depes,HOST_)
707 $(call resolve-shared-libs-depes,HOST_,true)
710 $(call resolve-shared-libs-depes,HOST_CROSS_,,true)
H A Ddefinitions.mk1513 define extract-and-include-whole-static-libs-first
1518 define extract-and-include-target-whole-static-libs
1519 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)))
1530 $(extract-and-include-target-whole-static-libs)
1566 define extract-and-include-host-whole-static-libs
1567 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)))
1578 $(extract-and-include-host-whole-static-libs)
2391 define _add-jni-shared-libs-to-package-per-abi
2406 define add-jni-shared-libs-to-package
2410 $(call _add-jni-shared-libs
[all...]

Completed in 272 milliseconds