Home
last modified time | relevance | path

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

12345

/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.mk131 $(error TARGET_DEVICE_DIR may not be set manually)
142 $(error No config file found for TARGET_DEVICE $(TARGET_DEVICE))
145 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
152 $(error TARGET_ARCH not defined by board config: $(board_config_mk))
156 $(error Use `MALLOC_SVELTE := true` to configure jemalloc for low-memory)
164 $(error Valid values of $(var) are "true", "false", and "". Not "$($(var))")))
184 $(error No TARGET_CPU_ABI defined by board config: $(board_config_mk))
197 $(error Building a 32-bit-app-only product on a 64-bit device. \
271 …$(error If TARGET_COPY_OUT_$(_uc_name) is '$(_lc_name)', either BOARD_PREBUILT_$(_uc_name)IMAGE or…
273 $(error TARGET_COPY_OUT_$(_uc_name) must be set to '$(_lc_name)' to use a $(_lc_name) image))) \
[all …]
Dfuzz_test.mk8 $(error $(LOCAL_PATH): $(LOCAL_MODULE): NDK fuzz tests are not supported.)
52 $(call pretty-error, Unknown fuzz engine $(my_fuzzer))
56 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH when building test $(LOCAL_MODULE))
60 $(error $(LOCAL_PATH): Do not set LOCAL_MODULE_PATH_32 when building test $(LOCAL_MODULE))
64 $(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.mk26 $(error done)
32 $(error done)
37 $(error done)
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))
Dproduct_config.mk62 $(error Unknown sed version)
85 $(error The PRODUCT-* goal is no longer supported. Use `TARGET_PRODUCT=<product> m droid` instead)
89 $(error The APP-* goal is no longer supported. Use `TARGET_BUILD_APPS="<app>" m droid` instead)
155 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
158 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
181 $(error PRODUCT_NAME inconsistent in $(current_product_makefile) and $(INTERNAL_PRODUCT))
272 $(error PRODUCT_DEFAULT_DEV_CERTIFICATE='$(PRODUCT_DEFAULT_DEV_CERTIFICATE)', \
280 $(error A jar in PRODUCT_UPDATABLE_BOOT_JARS must not be in PRODUCT_BOOT_JARS, but $(jar) is)))
321 $(error Only one file may be in PRODUCT_ADB_KEYS: $(PRODUCT_ADB_KEYS))
378 $$(error Rule "$$(rule)" in PRODUCT_$(1)_OVERRIDE is not <module_name>:<new_value>)))
[all …]
Dconfig.mk17 $(error done)
356 $(error Kernel header dirs must be end in kernel-headers: $(1)))
426 $(error bailing..)
477 $(error Only one of PDK_FUSION_PLATFORM_ZIP or PDK_FUSION_PLATFORM_DIR may be specified)
485 $(error Specify PDK_FUSION_PLATFORM_ZIP or PDK_FUSION_PLATFORM_DIR to do a PDK fusion.)
497 $(error Cannot find file $(PDK_FUSION_PLATFORM_ZIP).)
505 $(error Cannot find file $(PDK_FUSION_PLATFORM_DIR)/pdk.mk.)
710 $(error PRODUCT_NOTICE_SPLIT_OVERRIDE cannot be set.)
807 …$(error BOARD_SYSTEMSDK_VERSIONS ($(BOARD_SYSTEMSDK_VERSIONS)) must all be greater than or equal t…
812 $(error When PRODUCT_SHIPPING_API_LEVEL >= 28, TARGET_USES_64_BIT_BINDER must be true)
[all …]
Dproduct.mk62 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \
64 $(error $(LOCAL_DIR): $(choice): Invalid lunch choice)) \
66 $(error $(LOCAL_DIR): $(choice): Invalid variant: $(word 2,$(_parts)))) \
68 $(error $(LOCAL_DIR): $(word 1,$(_parts)): Product not defined in this file)) \
497 $(if $(pn),,$(error $(p): PRODUCT_NAME must be defined.)) \
499 $(error $(p): PRODUCT_NAME must be unique; "$(pn)" already used by $(strip \
509 $(error $(p): PRODUCT_NAME must be a valid C identifier, not "$(pn)") \
512 $(if $(pb),,$(error $(p): PRODUCT_BRAND must be defined.)) \
515 $(error $(p): malformed COPY_FILE "$(cf)") \
540 $(error No matches for product "$(pn)"), \
[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 …
Dnode_fns.mk178 $(error import of "$(2)" failed) \
240 $(error $(1): "$(_in)" does not exist) \
256 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack \
263 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack \
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))
Djava_library.mk8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
15 $(error $(LOCAL_PATH): Target java libraries may not set LOCAL_ASSET_DIR)
20 $(error $(LOCAL_PATH): Target java libraries may not set LOCAL_RESOURCE_DIR)
Dcxx_stl_setup.mk32 …$(error $(LOCAL_PATH): $(LOCAL_MODULE): Must use LOCAL_NDK_STL_VARIANT rather than LOCAL_CXX_STL f…
101 $(error $(LOCAL_PATH): $(LOCAL_MODULE): libstdc++ is not supported)
108 $(error $(LOCAL_PATH): $(LOCAL_MODULE): $(my_cxx_stl) is not a supported STL.)
Dstatic_library.mk3 …$(call pretty-error,BUILD_STATIC_LIBRARY is incompatible with LOCAL_IS_HOST_MODULE. Use BUILD_HOST…
47 $(call pretty-error,LOCAL_COPY_HEADERS is obsolete. See $(CHANGES_URL)#copy_headers))
/build/make/tools/
Dcheckowners.py66 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) \
/build/make/core/tasks/tools/
Dpackage-modules.mk45 …$(shell $(call echo-error,$(my_makefile),$(my_package_name): Invalid value for 'my_module_strict' …
46 $(error done)
54 …my_missing_files = $(shell $(call echo-error,$(my_makefile),$(my_package_name): Unknown installed …
89 $(error done)

12345