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

  /external/autotest/server/hosts/
base_classes_unittest.py 49 # create a dummy installable class
50 class installable(object): class in function:test_host_class.test_install
53 installableObj = self.god.create_mock_class(installable,
  /ndk/build/core/
setup-toolchain.mk 240 # and the installable imported ones they depend on
243 WANTED_MODULES := $(call modules-get-all-installable,$(modules-get-top-list))
246 $(call ndk_log,[$(TARGET_ARCH_ABI)] No installable modules in project - forcing static library build)
definitions.mk 504 $(if $(call module-class-is-installable,$(LOCAL_MODULE_CLASS)),\
522 # Returns $(true) is module $1 is installable
523 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
526 module-is-installable = $(call module-class-is-installable,$(call module-get-class,$1))
779 # Function : modules-get-all-installable
781 # Returns : List of all the installable modules $1 depends on transitively.
782 # Usage : $(call modules-all-get-installable,<list of module names>)
783 # Rationale: This computes the closure of all installable module dependencies starting from $1
786 modules-get-all-installable = $(strip
    [all...]
build-binary.mk 693 # If this is an installable module
695 ifeq ($(call module-is-installable,$(LOCAL_MODULE)),$(true))
  /external/google-breakpad/autotools/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool     [all...]
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]

Completed in 101 milliseconds