Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 50) sorted by relevance

12

/build/make/core/
Ddumpconfig.mk9 $(warning Kati must be used to call dumpconfig.mk, not make.)
14 $(warning Calling dumpconfig.mk from inside the make build system is not)
15 $(warning supported. It is only meant to be called via kati by product-confing.)
20 $(warning dumpconfig.mk requires TARGET_PRODUCT to be set)
25 $(warning dumpconfig.mk requires TARGET_BUILD_VARIANT to be set)
30 $(warning dumpconfig must be called from the root of the source tree)
35 $(warning dumpconfig requires DUMPCONFIG_FILE to be set)
Dmodule_arch_supported.mk50 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) not support…
60 $(warning $(LOCAL_MODULE): architecture $($(my_prefix)$(LOCAL_2ND_ARCH_VAR_PREFIX)ARCH) unsupported)
Dsdk_check.mk24 $(call pretty-warning,$(my_message))
Dhost_static_library.mk42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dhost_shared_library.mk42 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dstatic_library.mk46 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dconfig.mk7 $(warning Directly using config.mk from make is no longer supported.)
8 $(warning )
9 $(warning If you are just attempting to build, you probably need to re-source envsetup.sh:)
10 $(warning )
11 $(warning $$ source build/envsetup.sh)
12 $(warning )
13 $(warning If you are attempting to emulate get_build_var, use one of the following:)
14 $(warning $$ build/soong/soong_ui.bash --dumpvar-mode)
15 $(warning $$ build/soong/soong_ui.bash --dumpvars-mode)
16 $(warning )
[all …]
Dbase_rules.mk136 $(call pretty-warning,"Bad LOCAL_ADDITIONAL_DEPENDENCIES: $(my_bad_deps)")
160 $(warning *** Module name: $(LOCAL_MODULE))
161 $(warning *** Makefile location: $(LOCAL_MODULE_MAKEFILE))
162 $(warning * )
163 $(warning * Module is attempting to use the 'user' tag. This)
164 $(warning * used to cause the module to be installed automatically.)
165 $(warning * Now, the module must be listed in the PRODUCT_PACKAGES)
166 $(warning * section of a product makefile to have it installed.)
167 $(warning * )
174 …$(call pretty-warning,LOCAL_MODULE_TAGS := $(my_bad_module_tags) does not do anything for uninstal…
Dshared_library.mk61 $(call pretty-warning,LOCAL_COPY_HEADERS is deprecated. See $(CHANGES_URL)#copy_headers),\
Dmain.mk2 $(warning Calling make directly is no longer supported.)
3 $(warning Either use 'envsetup.sh; m' or 'build/soong/soong_ui.bash --make-mode')
519 define pretty-warning
520 $(shell $(call echo-warning,$(LOCAL_MODULE_MAKEFILE),$(LOCAL_MODULE): $(1)))
563 define pretty-warning
564 $(warning $(1))
750 $(warning Missing required dependencies:)
755 …$(warning Set BUILD_BROKEN_MISSING_REQUIRED_MODULES := true to bypass this check if this is intent…
1070 define link-type-warning
1071 $(shell $(call echo-warning,$($(1).MAKEFILE),"$(call link-type-name,$(1)) ($($(1).TYPE)) should not…
[all …]
Dboard_config.mk200 $(warning *** Unsupported option MALLOC_IMPL defined by board config: $(board_config_mk).)
391 $(warning *** PRODUCT_BUILD_BOOT_IMAGE is true, but so is BOARD_USES_RECOVERY_AS_BOOT.)
392 $(warning *** Skipping building boot image.)
448 …$(warning PRODUCT_BUILD_DEBUG_VENDOR_BOOT_IMAGE is true, but so is BOARD_BUILD_SYSTEM_ROOT_IMAGE. \
454 … $(warning PRODUCT_BUILD_DEBUG_VENDOR_BOOT_IMAGE is true, but we're not building a ramdisk image. \
493 $(warning PRODUCT_BUILD_DEBUG_BOOT_IMAGE is true, but so is BOARD_BUILD_SYSTEM_ROOT_IMAGE. \
499 $(warning PRODUCT_BUILD_DEBUG_BOOT_IMAGE is true, but we're not building a ramdisk image. \
Dproduct.mk441 $(warning ==== $(1) ====)\
443 $(warning PRODUCTS.$(1).$(v) := $(call get-product-var,$(1),$(v))))\
444 $(warning --------)
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
69 javadoc: warning - The old Doclet and Taglet APIs in the packages
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
81 1 warning
87 warning: foo
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
Djavac_wrapper.go43 warningRe = regexp.MustCompile(filelinePrefix + `?(warning:) .*$`)
199 var warningCount = regexp.MustCompile(`^([0-9]+) warning(s)?$`)
211 regexp.MustCompile(`javadoc: warning - The old Doclet and Taglet APIs in the packages`),
/build/make/common/
Dcore.mk53 define pretty-warning
54 $(warning $(1))
Dmath.mk45 $(if $(MATH_TEST_ERROR),$(warning $(MATH_TEST_ERROR)),$(warning $$$1 '$(got)' != '$(2)')) \
56 $(warning '$(MATH_TEST_ERROR)' != '$(2)') \
/build/make/tools/warn/
Dwarn_common.py125 def classify_one_warning(warning, link, results, project_patterns, argument
130 if cpat.match(warning):
131 project_idx = find_project_index(warning, project_patterns)
132 results.append([warning, link, idx, project_idx])
487 for warning, link in warning_data.items():
488 warning_groups[i].append((warning, link))
505 for warning, link in warning_data.items():
506 classify_one_warning(warning, link, group_results,
Dhtml_writer.py343 warning = kind + ': ' + (pattern['description'] or '?')
344 csvwriter.writerow([num_members, '', warning])
348 csvwriter.writerow([pattern['projects'][project], project, warning])
372 warning = warning_messages[record[2]]
375 warning])
/build/make/tools/releasetools/
Dmerge_target_files.py279 logger.warning('no match for %s', pattern)
619 logger.warning('Duplicate key %s' % key)
685 logger.warning('Cannot load SEPolicy files for missing partition %s',
1220 logger.warning(
1226 logger.warning(
1232 logger.warning('--system-misc-info-keys has been renamed to '
1238 logger.warning(
1244 logger.warning('--other-item-list has been renamed to --vendor-item-list')
Dcheck_target_files_vintf.py89 logger.warning('Cannot determine ro.product.first_api_level')
123 logger.warning('PRODUCT_ENFORCE_VINTF_MANIFEST is not set, skipping checks')
Dota_from_target_files.py347 logger.warning("The maximum signature size for payload signer is not"
837 logger.warning('Cannot find %s in input zipfile', info_file)
1123 logger.warning(
1171 logger.warning("Cannot find care map file in target_file package")
1180 logger.warning("target_file doesn't contain apex_info.pb %s", target_file)
1259 logger.warning("The option '--payload_signer_key_size' is deprecated."
/build/soong/android/
Dmakevars.go319 $$(warning $(1) does not match between Make and Soong:)
320 …$(if $(2),$$(warning Make adds: $$(filter-out $$(my_val_soong),$$(my_val_make))),$$(warning Make …
321 …$(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong…
/build/soong/scripts/
Dbuild_broken_logs.go299 for _, warning := range setting.warnings {
300 if strings.Contains(stdStr, warning) {
301 l.HasBroken[setting.name] += strings.Count(stdStr, warning)
/build/make/
DDeprecation.md44 will make referring to `BUILD_PACKAGE` a warning.
55 In most cases, we expect module types to stay in the default warning state for
/build/make/tools/product_config/
Dtest.sh91 ALLOW_RULES_IN_PRODUCT_CONFIG=warning \

12