OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soong
(Results
126 - 150
of
167
) sorted by null
1
2
3
4
5
6
7
/build/soong/android/
config.go
37
const configFileName = "
soong
.config"
38
const productVariablesFileName = "
soong
.variables"
287
inMakeFile := filepath.Join(buildDir, ".
soong
.in_make")
/build/soong/androidmk/cmd/androidmk/
androidmk.go
26
"android/
soong
/bpfix/bpfix"
28
mkparser "android/
soong
/androidmk/parser"
181
// subdirs are already automatically included in
Soong
androidmk_test.go
23
"android/
soong
/bpfix/bpfix"
/build/soong/java/
droiddoc.go
18
"android/
soong
/android"
19
"android/
soong
/java/config"
app_test.go
18
"android/
soong
/android"
dex.go
22
"android/
soong
/android"
/build/make/core/
aux_config.mk
27
# all the interesting paths are hardcoded in
soong
, and are not available from here
config.mk
14
$(warning $$ build/
soong
/soong_ui.bash --dumpvar-mode)
15
$(warning $$ build/
soong
/soong_ui.bash --dumpvars-mode)
561
# This should match the
soong
version.
[
all
...]
/build/soong/cc/
check.go
24
"android/
soong
/cc/config"
109
// TODO: Probably should just redo this property to prefix -l in
Soong
llndk_library.go
21
"android/
soong
/android"
stl.go
18
"android/
soong
/android"
vndk.go
22
"android/
soong
/android"
compiler.go
24
"android/
soong
/android"
25
"android/
soong
/cc/config"
284
// typical
Soong
approach would be to only make the headers for the
binary.go
18
"android/
soong
/android"
50
// (in Make or
Soong
).
cc.go
28
"android/
soong
/android"
29
"android/
soong
/cc/config"
30
"android/
soong
/genrule"
64
pctx.Import("android/
soong
/cc/config")
[
all
...]
linker.go
18
"android/
soong
/android"
301
"-from '
SOONG
BUILD NUMBER PLACEHOLDER' -v $buildNumberFromFile",
test.go
22
"android/
soong
/android"
/build/soong/cc/config/
arm64_device.go
21
"android/
soong
/android"
x86_darwin_host.go
22
"android/
soong
/android"
/build/soong/ui/build/
build.go
30
ensureEmptyFileExists(ctx, filepath.Join(config.SoongOutDir(), ".
soong
.in_make"))
133
// Make sure that no other
Soong
process is running with the same output directory
159
// Run
Soong
proc_sync_test.go
26
"android/
soong
/ui/logger"
/build/soong/ui/tracer/
tracer.go
33
"android/
soong
/ui/logger"
/build/soong/python/
python.go
29
"android/
soong
/android"
100
// this property name is hidden from users' perspectives, and
soong
will populate it during
python_test.go
28
"android/
soong
/android"
/build/soong/zip/
zip.go
38
"android/
soong
/jar"
39
"android/
soong
/third_party/zip"
Completed in 2675 milliseconds
1
2
3
4
5
6
7