Lines Matching refs:info
151 $(info Checking build tools versions...)
199 $(info ************************************************************)
200 $(info You are attempting to build with the incorrect version)
201 $(info of java.)
202 $(info $(space))
203 $(info Your version is: $(java_version_str).)
204 $(info The required version is: $(required_version))
205 $(info $(space))
206 $(info Please follow the machine setup instructions at)
207 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/initializing.html)
208 $(info ************************************************************)
226 $(info ************************************************************)
227 $(info You asked for an OpenJDK based build but your version is)
228 $(info $(java_version_str).)
229 $(info ************************************************************)
234 $(info ************************************************************)
235 $(info You are attempting to build with an unsupported JDK.)
236 $(info $(space))
237 $(info You use OpenJDK but only Sun/Oracle JDK is supported.)
238 $(info Please follow the machine setup instructions at)
239 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
240 $(info ************************************************************)
253 $(info ************************************************************)
254 $(info You are attempting to build with the incorrect version)
255 $(info of javac.)
256 $(info $(space))
257 $(info Your version is: $(javac_version_str).)
259 $(info This '$(incompat_javac)' version is not supported for Android platform builds.)
260 $(info Use a publicly available JDK and make sure you have run envsetup.sh / lunch.)
262 $(info The required version is: $(required_javac_version))
264 $(info $(space))
265 $(info Please follow the machine setup instructions at)
266 $(info $(space)$(space)$(space)$(space)https://source.android.com/source/download.html)
267 $(info ************************************************************)
301 $(info ***************************************************************)
302 $(info ***************************************************************)
303 $(info Do not pass '$(filter user userdebug eng,$(MAKECMDGOALS))' on \
305 $(info Set TARGET_BUILD_VARIANT in buildspec.mk, or use lunch or)
306 $(info choosecombo.)
307 $(info ***************************************************************)
308 $(info ***************************************************************)
313 $(info ***************************************************************)
314 $(info ***************************************************************)
315 $(info Invalid variant: $(TARGET_BUILD_VARIANT))
316 $(info Valid values are: $(INTERNAL_VALID_VARIANTS))
317 $(info ***************************************************************)
318 $(info ***************************************************************)
554 $(foreach mk, $(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
764 $(info product_FILES for $(TARGET_DEVICE) ($(INTERNAL_PRODUCT)):)
765 $(foreach p,$(product_FILES),$(info : $(p)))
826 $(info Removing from sdk:)$(foreach d,$(target_gnu_MODULES),$(info : $(d)))