Searched refs:module (Results 1 – 11 of 11) sorted by relevance
/build/core/tasks/ |
D | sdk-addon.mk | 37 $(hide) java -jar $(call module-installed-files,mkstubs) $(if $(hide),,--v) \ 44 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \ 47 …$(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested b…
|
/build/core/ |
D | main.mk | 572 $(call module-installed-files,$(known_custom_modules)) \ 590 $(eval r := $(call module-installed-files,$(r))) \ 613 user_PACKAGES := $(call module-installed-files, \ 835 $(foreach module,$(sample_MODULES),$(sample_APKS_DEST_PATH)/$(notdir $(module))) 836 $(foreach module,$(sample_MODULES),$(eval $(call \ 837 copy-one-file,$(module),$(sample_APKS_DEST_PATH)/$(notdir $(module)))))
|
D | base_rules.mk | 81 $(warning * Each module must use a LOCAL_MODULE_TAGS in its) 82 $(warning * Android.mk. Possible tags declared by a module:) 86 $(warning * If the module is expected to be in all builds) 91 $(warning * Android.mk for the affected module, and add)
|
D | definitions.mk | 460 define module-built-files 461 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT)) 472 define module-installed-files 473 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED)) 486 define module-stubs-files 487 $(foreach module,$(1),$(ALL_MODULES.$(module).STUBS)) 631 define module-names-for-tag-list 716 define dump-module-variables
|
D | prebuilt.mk | 32 $(error Cannot strip host module LOCAL_PATH=$(LOCAL_PATH))
|
D | binary.mk | 14 $(error $(LOCAL_PATH): LOCAL_NDK_VERSION can not be used in host module) 18 while your module is of class $(LOCAL_MODULE_CLASS))
|
D | java.mk | 9 $(error $(LOCAL_PATH): Target java module does not define any source or resource files)
|
D | Makefile | 263 MODULE_INFO_FILE := $(PRODUCT_OUT)/module-info.txt 316 $(call module-names-for-tag-list,user), \
|
/build/ |
D | buildspec.mk.default | 59 # Turn on debugging for selected modules. If DEBUG_MODULE_<module-name> is set 61 # will be added to LOCAL_CFLAGS when building the module. 67 # Specify the extra CFLAGS to use when building a module whose
|
/build/tools/releasetools/ |
D | common.py | 621 module = None variable in DeviceSpecificParams 630 if self.module is None: 642 self.module = imp.load_module("device_specific", *info) 652 if self.module is None or not hasattr(self.module, function_name): 654 return getattr(self.module, function_name)(*((self,) + args), **kwargs)
|
/build/target/board/vbox_x86/ |
D | init.rc | 220 write /sys/module/lowmemorykiller/parameters/adj 0,1,2,4,7,15 224 write /sys/module/lowmemorykiller/parameters/minfree 2048,3072,4096,6144,7168,8192 263 chown system system /sys/module/sco/parameters/disable_esco
|