Home
last modified time | relevance | path

Searched refs:Soong (Results 1 – 25 of 33) sorted by relevance

12

/build/soong/ui/build/sandbox/darwin/
Dglobal.sb32 (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/
Ddeprecation.mk53 $(KATI_obsolete_var $(m),Please convert to Soong) \
54 $(KATI_obsolete_var BUILD_BROKEN_USES_$(m),Please convert to Soong))
Dsoong_android_app_set.mk6 $(call pretty-error,soong_apk_set.mk may only be used from Soong)
Dandroid_soong_config_vars.mk22 $(error The Soong config namespace ANDROID is reserved.)
Dsoong_droiddoc_prebuilt.mk4 $(call pretty-error,soong_droiddoc_prebuilt.mk may only be used from Soong)
Dboard_config.mk882 $(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/
DREADME.md16 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/
Dconcepts.md17 |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/
DREADME.md5 tree using targets build by the Soong build system.
Dbazelenv.py40 class Soong: class
525 _soong: Soong
559 self._soong = Soong(self.workspace_top)
/build/soong/
Droot.bp1 // Soong finds all Android.bp and Blueprints files in the source tree,
/build/bazel/rules/
Dcc_library_headers.bzl10 "Bazel macro to correspond with the cc_library_headers Soong module."
Dcc_constants.bzl5 # Supported hdr extensions in Soong. Keep this consistent with hdrExts in build/soong/cc/snapshot_u…
Dcc_library_static.bzl13 "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
Dstatic_libc.bzl2 # Used to bootstrap cc development using the bionic lib build by Soong.
Dcc_object.bzl121 "Build macro to correspond with the cc_object Soong module."
/build/soong/android/
Dmakevars.go319 $$(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/
Dcompdb.md3 Soong can generate compdb files. This is intended for use with editing tools
Dbest_practices.md54 `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
Dclion.md3 Soong can generate CLion projects. This is intended for source code editing
Dperf.md50 ### 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/
DREADME.md3 This directory contains `jq` scripts that query Soong's module graph.
/build/soong/cmd/soong_build/
Dwritedocs.go277 <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/
DREADME.md19 * [Soong](https://source.android.com/setup/build), for building the Android
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto87 // The metrics for calling Soong.
189 // The build system, eg. Soong or Make.

12