OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soong
(Results
51 - 75
of
236
) sorted by null
1
2
3
4
5
6
7
8
9
10
/build/soong/ui/metrics/
metrics.go
22
"android/
soong
/ui/metrics/metrics_proto"
30
RunSoong = "
soong
"
/build/soong/xml/
xml.go
18
"android/
soong
/android"
28
pctx = android.NewPackageContext("android/
soong
/xml")
/build/soong/android/
makevars.go
59
// Verify the make variable matches the
Soong
version, fail the build
62
// Check to see if the make variable matches the
Soong
version, warn if
66
// These are equivalent to the above, but sort the make and
soong
197
define
soong
-compare-var
202
$$(warning $(1) does not match between Make and
Soong
:)
204
$(if $(2),$$(warning
Soong
adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning
Soong
: $$(my_val_soong)))
233
fmt.Fprintf(buf, "$(eval $(call
soong
-compare-var,%s,%s,my_check_failed := true))\n\n", v.name, sort)
238
$(error
Soong
variable check failed)
256
fmt.Fprintf(buf, "$(eval $(call
soong
-compare-var,%s,%s))\n\n", v.name, sort
[
all
...]
/build/soong/cc/
genrule_test.go
21
"android/
soong
/android"
proto_test.go
22
"android/
soong
/android"
strip.go
20
"android/
soong
/android"
ndk_prebuilt.go
21
"android/
soong
/android"
22
"android/
soong
/cc/config"
/build/soong/cmd/soong_build/
main.go
25
"android/
soong
/android"
/build/soong/java/
plugin.go
17
import "android/
soong
/android"
support_libraries.go
21
"android/
soong
/android"
testing.go
20
"android/
soong
/android"
system_modules.go
23
"android/
soong
/android"
33
pctx.SourcePathVariable("moduleInfoJavaPath", "build/
soong
/scripts/jars-to-module-info-java.sh")
/build/soong/phony/
phony.go
22
"android/
soong
/android"
/build/soong/python/
installer.go
20
"android/
soong
/android"
proto.go
18
"android/
soong
/android"
binary.go
22
"android/
soong
/android"
63
stubTemplateHost = "build/
soong
/python/scripts/stub_template_host.txt"
/build/soong/ui/build/
sandbox_darwin.go
25
globalSandbox = "build/
soong
/ui/build/sandbox/darwin/global.sb"
kati.go
26
"android/
soong
/ui/metrics"
27
"android/
soong
/ui/status"
ninja.go
25
"android/
soong
/ui/metrics"
26
"android/
soong
/ui/status"
/build/soong/ui/status/
ninja_test.go
24
"android/
soong
/ui/logger"
ninja.go
27
"android/
soong
/ui/logger"
28
"android/
soong
/ui/status/ninja_frontend"
/build/soong/ui/tracer/
status.go
18
"android/
soong
/ui/status"
/art/tools/golem/
build-target.sh
151
(\cd "$(gettop)"; env $extras build/
soong
/soong_ui.bash --dumpvar-mode $varname)
350
execute build/
soong
/soong_ui.bash --make-mode "${j_arg}" "${make_target}"
/build/soong/finder/cmd/
finder.go
30
"android/
soong
/finder"
31
"android/
soong
/finder/fs"
/build/soong/scripts/
setup_go_workspace_for_soong.sh
18
# Mounts the components of
soong
into a directory structure that Go tools
208
Mounts the components of
soong
into a directory structure that Go tools
347
"${ANDROID_PATH}/build/
soong
|${OUTPUT_PATH}/src/android/
soong
"
348
"${ANDROID_PATH}/art/build|${OUTPUT_PATH}/src/android/
soong
/art"
350
"${ANDROID_PATH}/external/llvm/
soong
|${OUTPUT_PATH}/src/android/
soong
/llvm"
351
"${ANDROID_PATH}/external/clang/
soong
|${OUTPUT_PATH}/src/android/
soong
/clang"
Completed in 553 milliseconds
1
2
3
4
5
6
7
8
9
10