Lines Matching refs:warning
42 $(warning ********************************************************************************)
43 $(warning * You are using version $(MAKE_VERSION) of make.)
44 $(warning * Android can only be built by version 3.81.)
45 $(warning * see http://source.android.com/source/download.html)
46 $(warning ********************************************************************************)
90 $(warning ************************************************************)
91 $(warning You are building on a case-insensitive filesystem.)
92 $(warning Please move your source tree to a case-sensitive filesystem.)
93 $(warning ************************************************************)
102 $(warning ************************************************************)
103 $(warning You are building in a directory whose absolute path contains)
104 $(warning a space character:)
105 $(warning $(space))
106 $(warning "$(shell pwd)")
107 $(warning $(space))
108 $(warning Please move your source tree to a path that does not contain)
109 $(warning any spaces.)
110 $(warning ************************************************************)
162 # WARNING:
324 $(warning implicitly installing apns-conf_sdk.xml)
456 $(warning SDK_ONLY: javac not available.)
537 $(warning *** Some files have been added to ALL_PREBUILT.)
538 $(warning *)
539 $(warning * ALL_PREBUILT is a deprecated mechanism that)
540 $(warning * should not be used for new files.)
541 $(warning * As an alternative, use PRODUCT_COPY_FILES in)
542 $(warning * the appropriate product definition.)
543 $(warning * build/target/product/core.mk is the product)
544 $(warning * definition used in all products.)
545 $(warning *)
546 $(foreach bad_prebuilt,$(filter-out $(GRANDFATHERED_ALL_PREBUILT),$(strip $(notdir $(ALL_PREBUILT)))),$(warning * unexpected $(bad_prebuilt) in ALL_PREBUILT))
547 $(warning *)