Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 129) sorted by relevance

123456

/build/make/common/
Dmath.mk29 math-error = $(call pretty-error,$(1))
33 math-expect-error :=
41 math-error = $(if $(MATH_TEST_ERROR),,$(eval MATH_TEST_ERROR:=$(1)))
53 define math-expect-error
66 $(if $(1),,$(call math-error,Argument missing)) \
67 $(if $(word 2,$(1)),$(call math-error,Multiple words in a single argument: $(1))) \
73 $(if $(word 2,$(1)),$(call math-error,Multiple words in a single argument: $(1))) \
81 $(call math-expect-error,(call math_is_number,1 2),Multiple words in a single argument: 1 2)
82 $(call math-expect-error,(call math_is_number,no 2),Multiple words in a single argument: no 2)
87 $(call math-expect-error,(call math_is_zero,1 2),Multiple words in a single argument: 1 2)
[all …]
Dcore.mk57 define pretty-error
58 $(error $(1))
/build/make/core/
Dboard_config.mk217 $(error TARGET_DEVICE_DIR may not be set manually)
228 $(error No config file found for TARGET_DEVICE $(TARGET_DEVICE))
231 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
253 $(error board configuration converter failed: $(.SHELLSTATUS))
259 $(error board configuration runner failed: $(.SHELLSTATUS))
266 $(error $(board_config_mk) erroneously sets both TARGET_ARCH and TARGET_ARCH_SUITE)
269 $(error Target architectures not defined by board config: $(board_config_mk))
272 $(error TARGET_CPU_ABI not defined by board config: $(board_config_mk))
277 $(error Use `MALLOC_SVELTE := true` to configure jemalloc for low-memory)
286 $(error Valid values of $(var) are "true", "false", and "". Not "$($(var))")))
[all …]
Ddumpconfig.mk10 $(error stopping)
16 $(error stopping)
21 $(error stopping)
26 $(error stopping)
31 $(error stopping)
36 $(error stopping)
Dfuzz_test.mk8 $(error $(LOCAL_PATH): $(LOCAL_MODULE): NDK fuzz tests are not supported.)
23 $(call pretty-error, Unknown fuzz engine $(my_fuzzer))
27 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
31 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
35 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
Dprebuilt_internal.mk12 $(call pretty-error,dont use LOCAL_PREBUILT_LIBS anymore)
15 $(call pretty-error,dont use LOCAL_PREBUILT_EXECUTABLES anymore)
18 $(call pretty-error,dont use LOCAL_PREBUILT_JAVA_LIBRARIES anymore)
37 $(call pretty-error,No source files specified)
44 $(error $(LOCAL_MODULE) : LOCAL_COMPRESSED_MODULE can only be defined for module class APPS)
57 $(error $(LOCAL_MODULE) : unexpected LOCAL_MODULE_CLASS for prebuilts: $(LOCAL_MODULE_CLASS))
Dcopy_headers.mk7 $(call pretty-error,LOCAL_COPY_HEADERS may not be used with host modules)
13 $(call pretty-error,Modules using LOCAL_SDK_VERSION may not use LOCAL_COPY_HEADERS)
23 $(call pretty-error,Only vendor modules using LOCAL_USE_VNDK may use LOCAL_COPY_HEADERS)
31 $(call pretty-error,LOCAL_COPY_HEADERS_TO may not start with / or ../ : $(LOCAL_COPY_HEADERS_TO))
Dshared_library.mk3 …$(call pretty-error,BUILD_SHARED_LIBRARY is incompatible with LOCAL_IS_HOST_MODULE. Use BUILD_HOST…
16 $(error $(LOCAL_MODULE): LOCAL_MODULE_PATH for shared libraries is unsupported in multiarch builds,…
22 $(error $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsupported in multiarch bui…
62 $(call pretty-error,LOCAL_COPY_HEADERS is obsolete. See $(CHANGES_URL)#copy_headers))
Dlocal_vndk.mk27 $(error done)
33 $(error done)
38 $(error done)
Dartifact_path_requirements.mk26 …$(error PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS must be one of [true, false, relaxed, strict], …
38 $(call maybe-print-list-and-error,$(offending_files),\
43 …$(call maybe-print-list-and-error,$(unused_allowed),$(makefile) includes redundant allowed entries…
54 $(call maybe-print-list-and-error,$(offending_files),\
59 …$(call maybe-print-list-and-error,$(unused_allowed),$(INTERNAL_PRODUCT) includes redundant artifac…
Dproduct_config.mk62 $(error Unknown sed version)
116 …$(error both TARGET_BOARD_PLATFORM=$(TARGET_BOARD_PLATFORM) and QCOM_BOARD_PLATFORMS=$(QCOM_BOARD_…
124 $(error The PRODUCT-* goal is no longer supported. Use `TARGET_PRODUCT=<product> m droid` instead)
128 $(error The APP-* goal is no longer supported. Use `TARGET_BUILD_APPS="<app>" m droid` instead)
192 …$(if $(_bad),$(error COMMON_LUNCH_CHOICES contains products(s) not defined in this file: $(_bad)))…
194 $(if $(_bad),$(error invalid variant in COMMON_LUNCH_CHOICES: $(_bad)))
196 …$(if $(_bad),$(error STARLARK_OPT_IN_PRODUCTS contains product(s) not defined in this file: $(_bad…
220 …$(error Product name must be unique, "$(p)" used by $(call _second,$(filter $(p):%,$(product_paths…
228 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
248 $(error product configuration converter failed: $(.SHELLSTATUS))
[all …]
Dtarget_test_internal.mk21 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
25 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
29 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_64 when building test $(LOCAL_MODULE))
Dconfig.mk17 $(error done)
401 $(error Kernel header dirs must be end in kernel-headers: $(1)))
471 $(error bailing..)
657 $(error PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE is obsolete)
676 $(error PRODUCT_NOTICE_SPLIT_OVERRIDE cannot be set.)
741 $(error PRODUCT_PRODUCT_VNDK_VERSION cannot be defined without defining BOARD_VNDK_VERSION)
764 …$(error BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES ($(BOARD_CURRENT_API_LEVEL_FOR_VENDOR_MODULES))…
778 …$(error BOARD_SYSTEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal t…
783 $(error When PRODUCT_SHIPPING_API_LEVEL >= 28, TARGET_USES_64_BIT_BINDER must be true)
789 …$(error When PRODUCT_SHIPPING_API_LEVEL >= 29, BOARD_OTA_FRAMEWORK_VBMETA_VERSION_OVERRIDE cannot …
[all …]
Dheader_library_internal.mk11 $(error $(LOCAL_PATH): Cannot set module stem for a library)
17 $(call pretty-error,Header libraries may not have any sources)
Dexecutable.mk10 …$(call pretty-error,BUILD_EXECUTABLE is incompatible with LOCAL_IS_HOST_MODULE. Use BUILD_HOST_EXE…
33 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_32 or LOCAL_MODULE_PATH_32 is required for LOCAL_MULTILIB …
36 $(error $(LOCAL_PATH): LOCAL_MODULE_STEM_64 or LOCAL_MODULE_PATH_64 is required for LOCAL_MULTILIB …
Dcxx_stl_setup.mk32 …$(error $(LOCAL_PATH): $(LOCAL_MODULE): Must use LOCAL_NDK_STL_VARIANT rather than LOCAL_CXX_STL f…
87 $(error $(LOCAL_PATH): $(LOCAL_MODULE): libstdc++ is not supported)
94 $(error $(LOCAL_PATH): $(LOCAL_MODULE): $(my_cxx_stl) is not a supported STL.)
Dmulti_prebuilt.mk19 $(error $(LOCAL_PATH): LOCAL_MODULE or LOCAL_MODULE_CLASS not needed by \
52 $(error $(LOCAL_PATH): Leading or trailing colons in "$(1)")) \
60 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
Dsdk_check.mk21 $(call pretty-error,$(my_message))
34 $(call pretty-error,$(my_message))
/build/make/tools/
Dcheckowners.py8 import urllib.request, urllib.parse, urllib.error
9 import urllib.request, urllib.error, urllib.parse
66 error = 0
74 error += 1
81 error += check_address(fname, num, addr.strip())
83 error += check_address(fname, num, stripped_line)
84 sys.exit(error)
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto21 // List of error messages of the overall build. The error messages
35 // The command name that raised the error.
44 // The error string produced by the build action.
45 optional string error = 5; field
/build/make/core/combo/
DTARGET_linux-arm.mk47 …$(error Incorrect TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT, $(TARGET_$(combo_2nd_arch_prefix)AR…
53 …$(error Incorrect TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT, $(TARGET_$(combo_2nd_arch_prefix)AR…
58 $(error TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT must be set)
63 $(error Unknown ARM architecture version: $(TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT))
/build/make/core/tasks/
Dvendor_module_check.mk55 $(error Error: cannot set both PRODUCT_RESTRICT_VENDOR_FILES and VENDOR_PRODUCT_RESTRICT_VENDOR_FIL…
82 $(error Error: Product "$(TARGET_PRODUCT)" cannot have overlay in vendor tree: $(_vendor_package_ov…
91 $(error Error: vendor PRODUCT_COPY_FILES file "$(c)" has unknown owner))\
98 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) with unknown owner \
112 $(error Error: vendor module "$(m)" in $(ALL_MODULES.$(m).PATH) \
Dvendor_snapshot.mk35 $(call echo-error,$(PRIVATE_MAKEFILE),\
42 $(call echo-error,$(PRIVATE_MAKEFILE),\
/build/bazel/rules/java/
Dlibrary.bzl4 …# Disable the error prone check of HashtableContains by default. See https://errorprone.info/bugpa…
5 …# HashtableContains error is reported when compiling //external/bouncycastle:bouncycastle-bcpkix-u…
/build/make/core/tasks/tools/
Dpackage-modules.mk49 …$(shell $(call echo-error,$(my_makefile),$(my_package_name): Invalid value for 'my_module_strict' …
50 $(error done)
58 …my_missing_files = $(shell $(call echo-error,$(my_makefile),$(my_package_name): Unknown installed …
93 $(error done)

123456