Searched refs:Soong (Results 1 – 25 of 33) sorted by relevance
12
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 32 (global-name "com.apple.CoreServices.coreservicesd") ; xcodebuild in Soong 33 (global-name "com.apple.FSEvents") ; xcodebuild in Soong 34 (global-name "com.apple.lsd.mapdb") ; xcodebuild in Soong 35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
|
/build/make/core/ |
D | deprecation.mk | 53 $(KATI_obsolete_var $(m),Please convert to Soong) \ 54 $(KATI_obsolete_var BUILD_BROKEN_USES_$(m),Please convert to Soong))
|
D | soong_android_app_set.mk | 6 $(call pretty-error,soong_apk_set.mk may only be used from Soong)
|
D | android_soong_config_vars.mk | 22 $(error The Soong config namespace ANDROID is reserved.)
|
D | soong_droiddoc_prebuilt.mk | 4 $(call pretty-error,soong_droiddoc_prebuilt.mk may only be used from Soong)
|
D | board_config.mk | 882 $(KATI_obsolete_var $(m),Please convert to Soong),\ 883 $(KATI_deprecated_var $(m),Please convert to Soong))) 891 $(KATI_deprecated_var $(m),Please convert to Soong),\ 892 $(KATI_obsolete_var $(m),Please convert to Soong)))
|
/build/make/ |
D | README.md | 16 This Makefile-based system is in the process of being replaced with [Soong], a 19 directly. That's combined with a ninja file read by Soong so that the build 23 [Soong]: https://android.googlesource.com/platform/build/soong/+/master
|
/build/bazel/docs/ |
D | concepts.md | 17 |Soong|Bazel-like front-end. Encodes build logic in Go. Declares build units in `Android.bp`, parse… 18 … line action graph executor. Executes Ninja graph generated from Kati and Soong.|Bazel's execution… 20 |Blueprint + Kati + Soong + Ninja + atest|The entire build pipeline for Android.|Conceptually simil… 23 |`Android.bp`|Build definition file for Soong.|`BUILD.bazel` or `BUILD`.| 57 1. soong\_ui orchestrates 3 Blueprint/Soong phases to generate the main out/soong/build.ninja file: 61 Soong. 63 read all Android.bp files across the source tree that describes Soong and 82 Kati-build and Kati-package, used for Soong-only builds in NDK and some 107 soong\_ui calls Soong and Kati to generate Ninja files, and eventually 148 * Android-<product>.mk contains Soong modules as Make modules so Make [all …]
|
/build/pesto/experiments/prepare_bazel_test_env/ |
D | README.md | 5 tree using targets build by the Soong build system.
|
D | bazelenv.py | 40 class Soong: class 525 _soong: Soong 559 self._soong = Soong(self.workspace_top)
|
/build/soong/ |
D | root.bp | 1 // Soong finds all Android.bp and Blueprints files in the source tree,
|
/build/bazel/rules/ |
D | cc_library_headers.bzl | 10 "Bazel macro to correspond with the cc_library_headers Soong module."
|
D | cc_constants.bzl | 5 # Supported hdr extensions in Soong. Keep this consistent with hdrExts in build/soong/cc/snapshot_u…
|
D | cc_library_static.bzl | 13 "Bazel macro to correspond with the cc_library_static Soong module." 67 # The main library is empty; link a stub and propagate it to match Soong behavior. 132 # rule creates a single stub .a file using llvm-ar. This mimics Soong's behavior
|
D | static_libc.bzl | 2 # Used to bootstrap cc development using the bionic lib build by Soong.
|
D | cc_object.bzl | 121 "Build macro to correspond with the cc_object Soong module."
|
/build/soong/android/ |
D | makevars.go | 319 $$(warning $(1) does not match between Make and Soong:) 321 …$(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong… 355 $(error Soong variable check failed) 388 # Values written by Soong read after parsing all Android.mk files.
|
/build/soong/docs/ |
D | compdb.md | 3 Soong can generate compdb files. This is intended for use with editing tools
|
D | best_practices.md | 54 `LOCAL_COPY_HEADERS` is deprecated. Soong modules cannot use these headers, and 73 supported in Soong. You may need to either move your module definition up a 97 Soong supports variable definitions in Android.bp files, but in many cases, 112 * Custom Soong Plugin: Add to `Outputs` or `ImplicitOutputs` 243 [Referencing Modules](../README.md#referencing-modules) section of the Soong 282 As a last resort, if the conditional cannot be removed, a Soong plugin can 284 types. Soong plugins are inherently tightly coupled to the build system
|
D | clion.md | 3 Soong can generate CLion projects. This is intended for source code editing
|
D | perf.md | 50 ### Soong subsection 52 Soong can be traced and profiled using the standard Go tools. It understands 245 Soong always loads the entire module graph, so as modules convert from Make to 246 Soong, `mm` is becoming closer to `mma`. This produces more correct builds, but 254 In some cases, a tree would get into a state where Soong would be run twice on
|
/build/bazel/json_module_graph/ |
D | README.md | 3 This directory contains `jq` scripts that query Soong's module graph.
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 277 <H1>Soong Modules Reference</H1> 278 The latest versions of Android use the Soong build system, which greatly simplifies build 280 files for the Soong build system.
|
/build/blueprint/ |
D | README.md | 19 * [Soong](https://source.android.com/setup/build), for building the Android
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 87 // The metrics for calling Soong. 189 // The build system, eg. Soong or Make.
|
12