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

/build/core/
H A DMakefile3 # HACK: clear LOCAL_PATH from including last build target before calling
78 build/tools/post_process_props.py $@
81 # build.prop
82 INSTALLED_BUILD_PROP_TARGET := $(TARGET_OUT)/build.prop
89 # A list of arbitrary tags describing the build configuration.
99 # when the target-files is signed in a post-build step.
100 ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
108 # A human-readable string that descibes this build in detail.
112 # The string used to uniquely identify the combined build and product; used by the OTA server.
127 # The string used to uniquely identify the system build; use
[all...]
H A Ddefinitions.mk18 ## Common build system definitions. Mostly standard
75 # Files for dalvik. This is often build without building the rest of the OS.
153 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \
1055 ## will error at build time.
1592 $(if $(PRIVATE_JAVA_LAYERS_FILE), $(hide) build/tools/java-layers.py \
1638 @echo "(Incremental) build source files:"
1722 #TODO: we kinda want to build different asset packages for
1725 # A list of dynamic and static parameters; build layers for
2170 ## Whether to build from source if prebuilt alternative exists
2176 define if-build
[all...]

Completed in 38 milliseconds