OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nodeps
(Results
1 - 8
of
8
) sorted by null
/build/make/core/
ninja_config.mk
19
boottarball-
nodeps
\
23
build_kernel-
nodeps
\
47
systemimage-
nodeps
\
48
systemtarball-
nodeps
\
Makefile
593
.PHONY: ramdisk-
nodeps
594
ramdisk-
nodeps
: $(MKBOOTFS) | $(MINIGZIP)
662
.PHONY: bootimage-
nodeps
663
bootimage-
nodeps
: $(MKBOOTIMG) $(AVBTOOL) $(BOARD_AVB_BOOT_KEY_PATH)
681
.PHONY: bootimage-
nodeps
682
bootimage-
nodeps
: $(MKBOOTIMG) $(BOOT_SIGNER)
696
.PHONY: bootimage-
nodeps
697
bootimage-
nodeps
: $(MKBOOTIMG) $(VBOOT_SIGNER) $(FUTILITY)
710
.PHONY: bootimage-
nodeps
711
bootimage-
nodeps
: $(MKBOOTIMG
[
all
...]
config.mk
[
all
...]
/prebuilts/sdk/current/support-appcompat/
Android.mk
22
android-support-v7-appcompat-
nodeps
\
/prebuilts/sdk/current/support-v13/
Android.mk
23
android-support-v13-
nodeps
/device/asus/fugu/
AndroidKernel.mk
53
ifeq (,$(filter build_kernel-
nodeps
,$(MAKECMDGOALS)))
89
.PHONY: build_kernel build_kernel-
nodeps
/external/autotest/client/bin/
package.py
217
def install(package,
nodeps
= False):
220
it prints a message to the user and ends gracefully. If
nodeps
is set to
236
if
nodeps
:
237
opt_args = opt_args + '--
nodeps
'
240
if
nodeps
:
/external/autotest/client/tests/lsb_dtk/
lsb_dtk.py
121
package.install(lsb_rpm,
nodeps
=True)
132
package.install(lsb_dpkg,
nodeps
=True)
Completed in 295 milliseconds