Home | History | Annotate | Download | only in core

Lines Matching refs:info

67 $(info Checking build tools versions...)
107 $(info ************************************************************)
108 $(info You are attempting to build with the incorrect version)
109 $(info of java.)
110 $(info $(space))
111 $(info Your version is: $(shell java -version 2>&1 | head -n 1).)
112 $(info The correct version is: 1.5.)
113 $(info $(space))
114 $(info Please follow the machine setup instructions at)
115 $(info $(space)$(space)$(space)$(space)http://source.android.com/download)
116 $(info ************************************************************)
123 $(info ************************************************************)
124 $(info You are attempting to build with the incorrect version)
125 $(info of javac.)
126 $(info $(space))
127 $(info Your version is: $(shell javac -version 2>&1 | head -n 1).)
128 $(info The correct version is: 1.5.)
129 $(info $(space))
130 $(info Please follow the machine setup instructions at)
131 $(info $(space)$(space)$(space)$(space)http://source.android.com/download)
132 $(info ************************************************************)
151 $(info ***************************************************************)
152 $(info ***************************************************************)
153 $(info Don't pass '$(filter eng user userdebug tests,$(MAKECMDGOALS))' on \
157 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or)
158 $(info choosecombo.)
159 $(info ***************************************************************)
160 $(info ***************************************************************)
165 $(info ***************************************************************)
166 $(info ***************************************************************)
167 $(info Invalid variant: $(TARGET_BUILD_VARIANT)
168 $(info Valid values are: $(INTERNAL_VALID_VARIANTS)
169 $(info ***************************************************************)
170 $(info ***************************************************************)
556 $(info user packages for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
557 $(foreach p,$(user_PACKAGES),$(info : $(p)))
604 $(info Removing from sdk:)$(foreach d,$(target_gnu_MODULES),$(info : $(d)))