HomeSort by relevance Sort by last modified time
    Searched refs:installable (Results 1 - 7 of 7) sorted by null

  /ndk/build/core/
definitions.mk 402 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
417 # Returns $(true) is module $1 is installable
418 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
421 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
573 # Function : modules-get-all-installable
575 # Returns : List of all the installable modules $1 depends on transitively.
576 # Usage : $(call modules-all-get-installable,<list of module names>)
577 # Rationale: This computes the closure of all installable module dependencies starting from $1
580 modules-get-all-installable = $(strip
    [all...]
setup-toolchain.mk 169 # and the installable imported ones they depend on
172 WANTED_MODULES := $(call modules-get-all-installable,$(modules-get-top-list))
build-binary.mk 342 # If this is an installable module
344 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))
  /external/libpng/
ltmain.sh     [all...]
  /external/pcre/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 46 milliseconds