Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 39) sorted by relevance

12

/build/soong/scripts/
Dcheck_do_not_merge.sh21 Please use the Merged-In tag to be more explicit about where this change
24 If this check is mis-triggering or you know Merged-In is incorrect in this
/build/bazel/bazel_sandwich/
Dbazel_sandwich_imported_file.bzl53 … " to import. In this attribute, $(DeviceName) will be replaced with the device name " +
59 "targeting. In most cases you want this to be true.",
64 "stamp file that depends on all contents of the foler. In this attribute, " +
/build/soong/jar/
Djar.go136 if unicode.In(ch,
144 if unicode.In(ch,
/build/soong/docs/
Dclion.md28 Projects are generated in the ``out`` directory. In the case of libui, the path would
35 In the case of libui you endup with two projects:
Dbest_practices.md202 # In hardware/acme/soc_a/gralloc/Android.mk:
209 # In hardware/acme/soc_b/gralloc/Android.mk:
219 # In hardware/acme/soc_a/gralloc/Android.bp:
225 # In hardware/acme/soc_b/gralloc/Android.bp:
240 In cases where the names cannot be made unique a `soong_namespace` should be
Dperf.md71 In general, the slow path of reading Android.mk files isn't particularly
80 In most cases, we've found that the fast-path is slow because all of the
101 In this case, the total time spent checking was 0.75 seconds, even though the
186 took 18.389 seconds. In this case, Android-aosp_arm.mk is the only file that
229 In this case, art/cmdline/cmdline_parser_test.o was rebuilt because it uses
279 In some cases, a tree would get into a state where Soong would be run twice on
/build/bazel/examples/gensrcs/
DAndroid.bp7 // In mixed build, Bp2build converts $(genDir) to $(GENDIR)
/build/soong/android/
Dneverallow.go115 rule := NeverAllow().In(path+"/").WithMatcher("include_dirs", isSetMatcherInstance).
127 In("vendor", "device").
404 In(path ...string) Rule methodSpec
453 func (r *rule) In(path ...string) Rule { func
Dneverallow_test.go67 In("other").
/build/bazel/rules/android/
Dmanifest_fixer_internal.bzl19 # TODO: b/300916781 - In Soong this also returns true when the module is an MTS test.
/build/make/tests/single_value_inheritance_2/
Dtest.rbc35 # The same variable is defined in both A and B. In D, the value from A is chosen because it comes
/build/make/
DChanges.md29 Each Soong plugin will require manual work to migrate to Bazel. In order to
51 In addition, `python_*` soong modules no longer allow python 2. This can be temporarily
173 In order to construct correct class loader context for dexpreopt, build system
177 files. In simple cases Soong is able to infer it from its knowledge of Java SDK
191 or when the module is defined in Android.mk rather than Android.bp). In such
268 In that case, the final value is determined at runtime. The precedence is
389 This is the new check that has been added. In every case I've found, this has
436 in Android.mk) would cause both to be built and installed. In many cases you
464 In Android.mk files, you used to be able to change LOCAL_ARM_MODE for each
621 In cases where that's not desired, to preserve the speed of Android
[all …]
DDeprecation.md55 In most cases, we expect module types to stay in the default warning state for
/build/bazel_common_rules/dist/
Ddist.bzl47 In the case of targets, the rule copies the list of `files` from the target's DefaultInfo provider.
54 In the case of targets, the rule copies the list of `files` from the target's DefaultInfo provider.
101 In particular, if this is a relative path, it is interpreted as a relative path
/build/bazel_common_rules/workspace/
Dexternal.bzl24 In particular, these external projects are shared by Android platform
/build/make/tools/compliance/
DREADME.md34 from a specific set of root targets. In general, the root targets will be the
76 In this case, one or more resolution tuples will have the MIT license module in
/build/bazel/rules/license/
Dlicense.bzl36 # In bazel license_kind is a label.
/build/bazel/rules/test_common/
Dflags.bzl41 # non-exclusively. In other words, it confirms that the specified actions
71 # exclusively. In other words, it confirms that *only* the specified actions
/build/bazel/docs/
Dinternal_concepts.md105 property. In some cases, these comments describe a default value for the
116 In general, these can be set in an Android.bp file. However, if the property is
234 In Soong, Ninja rules can be defined in two ways:
284 In addition to the registration order, Soong supports phase-based ordering of
399 * In limited cases, users can use these within their `Android.bp` file to
414 via reflection. In the
481 specified as a flag. In addition to specifying build settings within a
484 In addition, Bazel supports
554 In the module providing information, these are specified via
559 In the module retrieving information,
/build/soong/third_party/zip/
Dstruct.go171 t = t.In(time.UTC)
/build/soong/compliance/project_metadata_proto/
Dproject_metadata.proto66 // The package version. In order of preference, this should contain:
163 // vendor. In the case of email, the URL value can be used to provide
171 // directory as the source code for the package. In a few rare cases where
/build/make/tools/rbcrun/
DREADME.md37 (`":file"` or `"//path:file"`). In addition, it allows the URI to end with
/build/make/tools/protos/
Dmetadata_file.proto44 // The package version. In order of preference, this should contain:
151 // vendor. In the case of email, the URL value can be used to provide
159 // directory as the source code for the package. In a few rare cases where
361 // directory as the source code for the package. In a few rare cases where
370 // received directly from the Vendor. In the case of email, the "value" field
/build/bazel/rules/java/sdk/
DBUILD.bazel40 # The SDK_NONE config setting maps to sdk_version = "none". In this configuration the java toolchain
/build/make/tools/compliance/cmd/dumpgraph/
Ddumpgraph.go100 In plain text mode, multiple values within a field are colon-separated.

12