Searched defs:build (Results 1 - 8 of 8) sorted by relevance

/build/kati/testcase/
H A Dninja_phony_targets.sh20 function build() { function
22 rm -f build.ninja .kati_stamp ninja.sh
36 build
38 build a
40 build b
H A Dreadonly_global.sh21 function build() { function
38 build "=" "=" "="
39 build "=" "+=" "="
40 build "=" ":=" "="
42 build "=" ":=" ":="
43 build "=" ":=" "+="
45 build ":=" ":=" ":="
46 build ":=" ":=" "+="
47 build ":=" ":=" "="
H A Dreadonly_rule.sh21 function build() { function
39 #build "=" "=" "="
40 #build "=" "+=" "="
41 #build "=" ":=" "="
43 #build "=" ":=" ":="
44 #build "=" ":=" "+="
46 #build ":=" ":=" ":="
47 build ":=" ":=" "+="
48 #build ":=" ":=" "="
H A Dninja_regen_find_link.sh29 function build() { function
43 build
47 build
51 build
/build/core/
H A DMakefile3 # HACK: clear LOCAL_PATH from including last build target before calling
98 intermediate_system_build_prop := $(call intermediates-dir-for,ETC,system_build_prop)/build.prop
112 $(hide) echo ro.bootimage.build.date=`$(DATE_FROM_FILE)`>>$@
113 $(hide) echo ro.bootimage.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@
114 $(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
115 $(hide) build/tools/post_process_props.py $@
140 $(hide) build/tools/post_process_props.py $@
145 # build.prop
146 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
153 # A list of arbitrary tags describing the build configuratio
[all...]
H A Ddefinitions.mk18 ## Common build system definitions. Mostly standard
71 # Files for dalvik. This is often build without building the rest of the OS.
93 # Display names for various build targets
170 $(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) \
695 # Get the dependency files (you can put on the right side of "|" of a build rule)
846 ## Use echo-(warning|error) in a build rule
929 # $(2): the main build target
1003 ## because ninja can handle only a single depfile per build target.
1005 ## .java as build targets. However, there's no way to let ninja know
1006 ## dependencies to .bc files and .java files, so we give up build
[all...]
/build/make/core/
H A DMakefile3 # HACK: clear LOCAL_PATH from including last build target before calling
98 intermediate_system_build_prop := $(call intermediates-dir-for,ETC,system_build_prop)/build.prop
112 $(hide) echo ro.bootimage.build.date=`$(DATE_FROM_FILE)`>>$@
113 $(hide) echo ro.bootimage.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@
114 $(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
115 $(hide) build/tools/post_process_props.py $@
140 $(hide) build/tools/post_process_props.py $@
145 # build.prop
146 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
153 # A list of arbitrary tags describing the build configuratio
[all...]
H A Ddefinitions.mk18 ## Common build system definitions. Mostly standard
71 # Files for dalvik. This is often build without building the rest of the OS.
93 # Display names for various build targets
170 $(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) \
695 # Get the dependency files (you can put on the right side of "|" of a build rule)
846 ## Use echo-(warning|error) in a build rule
929 # $(2): the main build target
1003 ## because ninja can handle only a single depfile per build target.
1005 ## .java as build targets. However, there's no way to let ninja know
1006 ## dependencies to .bc files and .java files, so we give up build
[all...]

Completed in 128 milliseconds