HomeSort by relevance Sort by last modified time
    Searched refs:soong (Results 151 - 175 of 236) sorted by null

1 2 3 4 5 67 8 910

  /build/soong/cc/
rs.go 18 "android/soong/android"
tidy.go 22 "android/soong/cc/config"
util.go 23 "android/soong/android"
vendor_public_library.go 21 "android/soong/android"
vndk_prebuilt.go 20 "android/soong/android"
makevars.go 23 "android/soong/android"
24 "android/soong/cc/config"
ndk_library.go 25 "android/soong/android"
29 toolPath = pctx.SourcePathVariable("toolPath", "build/soong/cc/gen_stub_libs.py")
builder.go 30 "android/soong/android"
31 "android/soong/cc/config"
47 pctx = android.NewPackageContext("android/soong/cc")
122 _ = pctx.SourcePathVariable("stripPath", "build/soong/scripts/strip.sh")
152 _ = pctx.SourcePathVariable("tocPath", "build/soong/scripts/toc.sh")
  /build/soong/cmd/host_bionic_inject/
host_bionic_inject.go 26 "android/soong/symbol_inject"
  /build/soong/cmd/path_interposer/
main_test.go 24 "android/soong/ui/build/paths"
  /build/soong/java/
device_host_converter_test.go 18 "android/soong/android"
gen.go 20 "android/soong/android"
sdk.go 18 "android/soong/android"
19 "android/soong/java/config"
java_test.go 25 "android/soong/android"
26 "android/soong/cc"
27 "android/soong/dexpreopt"
28 "android/soong/genrule"
174 "build/soong/scripts/jar-wrapper.sh": nil,
app.go 27 "android/soong/android"
28 "android/soong/cc"
29 "android/soong/tradefed"
60 // (in Make or Soong).
  /build/soong/tradefed/
autogen.go 25 "android/soong/android"
  /build/soong/ui/build/
cleanbuild.go 24 "android/soong/ui/metrics"
proc_sync.go 26 "android/soong/ui/logger"
30 // i.e. making sure only one Soong process is running for a given output directory
78 logger.Printf("Acquired lock on %v; previous Soong process must have completed. Continuing...\n", lock.description())
88 return fmt.Errorf("Tried to lock %s, but timed out %s . Make sure no other Soong process is using it",
91 logger.Printf("Waiting up to %s to lock %v to ensure no other Soong process is running in the same output directory\n", description, lock.description())
config.go 27 "android/soong/shared"
63 const srcDirFileCheck = "build/soong/root.bp"
105 // These should only come from Soong, not the environment.
406 return filepath.Join(c.OutDir(), "soong")
  /build/soong/ui/build/paths/
config.go 23 // Whether to log about usages of this tool to the soong.log
  /build/soong/zip/cmd/
main.go 28 "android/soong/zip"
  /build/soong/apex/
apex.go 25 "android/soong/android"
26 "android/soong/cc"
27 "android/soong/java"
28 "android/soong/python"
116 pctx.Import("android/soong/android")
117 pctx.Import("android/soong/java")
    [all...]
  /build/blueprint/microfactory/
microfactory.go 19 // -pkg-path android/soong=build/soong
24 // android/soong-test package wouldn't be mapped in the above case.
  /build/soong/genrule/
genrule.go 26 "android/soong/android"
27 "android/soong/shared"
39 pctx = android.NewPackageContext("android/soong/genrule")
  /build/make/core/
config.mk 14 $(warning $$ build/soong/soong_ui.bash --dumpvar-mode)
15 $(warning $$ build/soong/soong_ui.bash --dumpvars-mode)
55 $(KATI_obsolete_var BUILD_DROIDDOC,Droiddoc is only supported in Soong. See details on build/soong/java/droiddoc.go)
56 $(KATI_obsolete_var BUILD_APIDIFF,Apidiff is only supported in Soong. See details on build/soong/java/droiddoc.go)
475 # This should match the soong version.
    [all...]

Completed in 561 milliseconds

1 2 3 4 5 67 8 910