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

  /gdk/build/core/
build-binary.mk 117 # If this is an installable module
119 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))
definitions.mk 284 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
298 # Returns $(true) is module $1 is installable
299 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
302 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
    [all...]
  /ndk/build/core/
definitions.mk 468 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
483 # Returns $(true) is module $1 is installable
484 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
487 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
639 # Function : modules-get-all-installable
641 # Returns : List of all the installable modules $1 depends on transitively.
642 # Usage : $(call modules-all-get-installable,<list of module names>)
643 # Rationale: This computes the closure of all installable module dependencies starting from $1
646 modules-get-all-installable = $(strip
    [all...]
setup-toolchain.mk 170 # and the installable imported ones they depend on
173 WANTED_MODULES := $(call modules-get-all-installable,$(modules-get-top-list))
build-binary.mk 399 # If this is an installable module
401 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))
  /external/libmtp/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]

Completed in 37 milliseconds