Searched defs:to (Results 1 - 7 of 7) sorted by relevance

/build/core/
H A Ddefinitions.mk10 # Unless required by applicable law or agreed to in writing, software
20 ## are used by others to construct the final targets.
23 # These are variables we use to collect overall lists
26 # Full paths to all of the documentation
40 # Full paths to targets that should be added to the "make droid"
46 # to a corresponding ALL_MODULE_TAGS.<tagname> variable
50 # Similar to ALL_MODULE_TAGS, but contains the short names
52 # won't have the list of tags; ust ALL_MODULE_TAGS to get
63 # Full paths to al
[all...]
H A Dproduct.mk10 # Unless required by applicable law or agreed to in writing, software
113 # $(1): product to inherit
141 #TODO: check to make sure that products have all the necessary vars defined
270 # $(1): The prefix as supplied to stash-product-vars
286 define add-to-product-copy-files-if-exists
H A Dmain.mk1 # Only use ANDROID_BUILD_SHELL to wrap around bash.
30 # if we are executing relative to the current directory
56 # This overrides the shell variable $PWD, which does not necessarily points to
70 # Used to force goals to build. Only use for conditionally defined goals.
81 # This allows us to force a clean build - included after the config.make
102 $(warning Please move your source tree to a case-sensitive filesystem.)
118 $(warning Please move your source tree to a path that does not contain)
132 $(info You are attempting to build with the incorrect version)
148 $(info You are attempting to buil
[all...]
/build/core/combo/
H A DHOST_darwin-x86.mk10 # Unless required by applicable law or agreed to in writing, software
65 $(warning * If you wish to build using higher version of SDK, )
101 define transform-host-o-to-shared-lib-inner
120 define transform-host-o-to-executable-inner
138 # $(1): The file to check
H A DTARGET_linux-arm.mk10 # Unless required by applicable law or agreed to in writing, software
20 # You can set TARGET_ARCH_VARIANT to use an arch version other
21 # than ARMv5TE. Each value should correspond to a file named
23 # makefile variable definitions similar to the preprocessor
25 # purpose is to allow module Android.mk files to selectively compile
44 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
74 # Modules can choose to compile some source as thumb. As
87 # Set FORCE_ARM_DEBUGGING to "true" in your buildspec.mk
88 # or in your environment to forc
[all...]
H A DTARGET_linux-mips.mk10 # Unless required by applicable law or agreed to in writing, software
20 # You can set TARGET_ARCH_VARIANT to use an arch version other
21 # than mips32r2-fp. Each value should correspond to a file named
23 # makefile variable definitions similar to the preprocessor
25 # purpose is to allow module Android.mk files to selectively compile
44 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
74 # Set FORCE_MIPS_DEBUGGING to "true" in your buildspec.mk
75 # or in your environment to gdb debugging easier.
76 # Don't forget to d
[all...]
H A DTARGET_linux-x86.mk10 # Unless required by applicable law or agreed to in writing, software
26 # Its role is to define various ARCH_X86_HAVE_XXX feature macros,
37 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
69 # unless CUSTOM_KERNEL_HEADERS is defined, we're going to use
70 # symlinks located in out/ to point to the appropriate kernel
107 # XXX: Our toolchain is normally configured to always set these flags by default
109 # them explicit here unless we have the time to carefully check it
140 # generate 32-bit machine code. It probably dates back to the old days
141 # where we were using the host toolchain on Linux to buil
[all...]

Completed in 52 milliseconds