Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/build/make/core/tasks/
Dplatform_availability_check.mk38 Following modules are requested to be installed. But are not available \
39 for platform because they do not have "//apex_available:platform" or \
40 they depend on other modules that are not available for platform)
50 $(call echo-error,$(2),Module is requested to be installed but is not \
51 available for platform because it does not have "//apex_available:platform" or \
52 it depends on other modules that are not available for platform.)
/build/make/core/
Dfuzz_test.mk8 $(error $(LOCAL_PATH): $(LOCAL_MODULE): NDK fuzz tests are not supported.)
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))
Dboard_config.mk217 $(error TARGET_DEVICE_DIR may not be set manually)
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))
449 … $(error PRODUCT_BUILD_CACHE_IMAGE set to true, but BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE not defined)
531 $(error BUILDING_VENDOR_BOOT_IMAGE is required, but BUILDING_VENDOR_BOOT_IMAGE is not true)
575 …$(warning PRODUCT_BUILD_DEBUG_VENDOR_BOOT_IMAGE is true, but we're not building a vendor_boot imag…
620 $(warning PRODUCT_BUILD_DEBUG_BOOT_IMAGE is true, but we're not building a boot image. \
696 # But target's BOARD_PREBUILT_VENDORIMAGE is not filled.
712 …$(error PRODUCT_BUILD_VENDOR_IMAGE set to true, but BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE not defined)
747 …$(error PRODUCT_BUILD_PRODUCT_IMAGE set to true, but BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE not defin…
[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))
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)
31 $(call pretty-error,LOCAL_COPY_HEADERS_TO may not start with / or ../ : $(LOCAL_COPY_HEADERS_TO))
DLINUX_KERNEL_COPYING2 NOTE! This copyright does *not* cover user programs that use kernel
4 of the kernel, and does *not* fall under the heading of "derived work".
10 is concerned is _this_ particular version of the license (ie v2, not
23 of this license document, but changing it is not allowed.
37 When we speak of free software, we are referring to freedom, not
62 want its recipients to know that what they have is not the original, so
63 that any problems introduced by others will not reflect on the original
70 patent must be licensed for everyone's free use or not licensed at all.
88 Activities other than copying, distribution and modification are not
90 running the Program is not restricted, and the output from the Program
[all …]
Dlocal_vndk.mk26 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Do not use LOCAL_USE_VNDK with host module…
37 …$(shell echo $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): LOCAL_USE_VNDK must not be used with LOCAL…
/build/bazel/platforms/
Drule_utilities.bzl4 # you may not use this file except in compliance with the License.
28 if not hasattr(ctx.attr, "_x86_constraint") or \
29 not hasattr(ctx.attr, "_x86_64_constraint") or \
30 not hasattr(ctx.attr, "_arm_constraint") or \
31 not hasattr(ctx.attr, "_arm64_constraint"):
32 fail("Could not get the target architecture of this rule due to missing constraint attrs.",
/build/make/tools/rbcrun/testdata/
Dfile_ops.star9 assert.true(not rblf_file_exists("no_such_file"), "the file no_such_file does not exist")
21 assert.true(mydir not in files, "did not expect %s in %s" % (mydir, files))
/build/soong/docs/
Dmap_files.md33 meaning. If you need to add any comments that should not be interpreted by the
53 file. Without this, APIs that you have not explicitly exposed will still be
60 Version names that end with `_PRIVATE` or `_PLATFORM` will not be exposed in any
82 level. This is an arbitrarily high API level used to define APIs that have not
86 but **will not be included in the NDK**. `future` should generally not be used,
98 Note: The map file alone does not contain all the information needed to
109 known to the build system, see `out/soong/api_levels.json` (if not present, run
121 symbol is defined with only architecture-specific tags, it will not be present
122 for architectures that are not named.
124 Note: The architecture-specific tags should, in general, not be used. These are
[all …]
/build/soong/python/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
26 // Is not implemented as a python unittest
49 // Is not implemented as a python unittest
/build/bazel/rules/cc/
Dcc_library_headers.bzl5 you may not use this file except in compliance with the License.
27 native_bridge_supported = False, # TODO: not supported yet.
42 # do not automatically add libcrt dependency to header libraries
/build/make/target/board/generic/
DREADME.txt5 will work with the emulator, though sound will not work
8 It is not a product "base class"; no other products inherit
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go59 warning: [options] bootstrap class path not set in conjunction with -source 1.7
74 javadoc: option --boot-class-path not allowed with target 1.9
80 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
88 warning: [options] bootstrap class path not set in conjunction with -source 1.9\n
/build/soong/android/
Dlicense_test.go68 `which is not visible to this module`,
70 `which is not visible to this module`,
89 `"top_by_exception_only" is not a license_kind module`,
/build/bazel/json_module_graph/
DfindModulesCrossPkgBoundary.jq39 # Usually it should not hit this logic as it stops when the path is
41 elif (contains("/") | not) then false
51 $moduleVariant | getActionInputs | select(in($depOutputs) | not) |
/build/blueprint/
DREADME.md7 not be possible to file new issues or open new pull requests for this GitHub
9 patches -- will not be applied after May 3. The source tree will remain
10 available, but changes to Blueprint in AOSP will not be merged here and
/build/soong/java/core-libraries/
DAndroid.bp4 // you may not use this file except in compliance with the License.
63 // This one is not on device but it's needed when javac compiles code
66 // This one is not on device but it's needed when javac compiles code
124 // This one is not on device but it's needed when javac compiles code
127 // This one is not on device but it's needed when javac compiles code
200 // This one is not on device but it's needed when javac compiles code
203 // This one is not on device but it's needed when javac compiles code
216 // This one is not on device but it's needed when javac compiles code
219 // This one is not on device but it's needed when javac compiles code
/build/make/tests/
Dinclude1.rbc5 # you may not use this file except in compliance with the License.
16 # Included file (not inherited)
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs82 does not change.</p>
84 <p>Using native code does not result in an automatic performance increase,
85 but always increases application complexity. If you have not run into any limitations
86 using the Android framework APIs, you probably do not need the NDK. Read <a
92 Android SDK. If you have not already installed and setup the <a
/build/make/
DChanges.md38 the `<uses-library>` tags in the manifest. Since the build system does not have
49 If a library is in `libs`, it usually should *not* be added to the above
118 ### Duplication is not allowed within a partition
126 not an error:
192 the last several releases. Equivalent functionality is not available in Soong.
197 ## `m4` is not available on `$PATH`
216 environment variables. Ninja does not track when environment variables change
218 is not safe with incremental builds.
307 * `PRODUCT_HOST_PACKAGES` does not have `_ENG`/`_DEBUG` variants, as that's a
308 property of the target, not the host.
[all …]
/build/soong/mk2rbc/
Dmk2rbc_test.go143 if not _part1_init:
186 if not _part1_init:
327 if not cfg.get("PRODUCT_NAME", ""):
348 elif not cfg.get("PRODUCT_PACKAGES", []):
436 if not rblf.filter("userdebug eng", g["TARGET_BUILD_VARIANT"]):
450 if not rblf.filter("barbet coral%", g["TARGET_PRODUCT"]):
454 if not rblf.filter_out("sunfish_kasan", g["TARGET_PRODUCT"]):
/build/pesto/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/
DBUILD.bazel.template4 # you may not use this file except in compliance with the License.
16 # It should not be manually modified.
/build/pesto/experiments/prepare_bazel_test_env/data/templates/packages/modules/adb/
DBUILD.bazel.template4 # you may not use this file except in compliance with the License.
16 # It should not be manually modified.
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl5 # you may not use this file except in compliance with the License.
19 * When https://github.com/bazelbuild/bazel/issues/7260 is **not** flipped, current
50 Bazel version is not needed), it's enough to only keep the toolchain type.
66 if not "@bazel_tools//tools/cpp:toolchain_type" in ctx.toolchains:

12345678910>>...13