HomeSort by relevance Sort by last modified time
    Searched refs:Soong (Results 1 - 17 of 17) sorted by null

  /build/soong/shared/
paths.go 17 // This file exists to share path-related logic between both soong_ui and soong
23 // Given the out directory, returns the root of the temp directory (to be cleared at the start of each execution of Soong)
  /build/soong/ui/build/
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())
build.go 29 ensureEmptyFileExists(ctx, filepath.Join(config.SoongOutDir(), ".soong.in_make"))
120 // Make sure that no other Soong process is running with the same output directory
146 // Run Soong
make.go 32 // actually need to be run (like the Soong config generator).
140 filepath.Join(config.SoongOutDir(), "soong.variables"),
config.go 25 "android/soong/shared"
49 const srcDirFileCheck = "build/soong/root.bp"
85 // These should only come from Soong, not the environment.
272 return filepath.Join(c.OutDir(), "soong")
  /build/soong/python/
androidmk.go 18 "android/soong/android"
58 // Soong installation is only supported for host modules. Have Make
59 // installation trigger Soong installation.
  /build/soong/android/
makevars.go 32 // Verify the make variable matches the Soong version, fail the build
35 // Check to see if the make variable matches the Soong version, warn if
39 // These are equivalent to the above, but sort the make and soong
156 define soong-compare-var
161 $$(warning $(1) does not match between Make and Soong:)
163 $(if $(2),$$(warning Soong adds: $$(filter-out $$(my_val_make),$$(my_val_soong))),$$(warning Soong: $$(my_val_soong)))
192 fmt.Fprintf(buf, "$(eval $(call soong-compare-var,%s,%s,my_check_failed := true))\n\n", v.name, sort)
197 $(error Soong variable check failed)
215 fmt.Fprintf(buf, "$(eval $(call soong-compare-var,%s,%s))\n\n", v.name, sort
    [all...]
paths.go 75 panic("Paths may only be used on Soong builds")
  /build/soong/
doc.go 15 // Soong is a builder for Android that uses Blueprint to parse Blueprints
17 // Soong itself is responsible for converting the modules read by Blueprint
56 package soong package
  /build/soong/cmd/multiproduct_kati/
main.go 30 "android/soong/ui/build"
31 "android/soong/ui/logger"
32 "android/soong/ui/tracer"
53 var onlyConfig = flag.Bool("only-config", false, "Only run product config (not Soong or Kati)")
54 var onlySoong = flag.Bool("only-soong", false, "Only run product config and Soong (not Kati)")
217 log.SetOutput(filepath.Join(logsDir, "soong.log"))
220 log.SetOutput(filepath.Join(config.OutDir(), "soong.log"))
267 productLog.SetOutput(filepath.Join(productLogDir, "soong.log"))
291 // Then run up to numJobs worth of Soong and Kat
    [all...]
  /build/soong/cmd/sbox/
sbox.go 81 // However, Soong also needs to be able to separately remove the sandbox directory on startup (if it has anything left in it)
110 // then at the beginning of the next build, Soong will retry the cleanup
166 // Soong will delete it later anyway.
  /build/soong/cc/
androidmk.go 23 "android/soong/android"
305 // Soong installation is only supported for host modules. Have Make
306 // installation trigger Soong installation.
check.go 24 "android/soong/cc/config"
104 // TODO: Probably should just redo this property to prefix -l in Soong
compiler.go 24 "android/soong/android"
25 "android/soong/cc/config"
244 // typical Soong approach would be to only make the headers for the
  /build/make/core/
prebuilt_internal.mk 50 # shared libraries built by soong, as we build many different versions of each
159 # Soong exports cflags instead of include dirs, so that -isystem can be included.
163 $(call pretty-error,LOCAL_EXPORT_CFLAGS can only be used by Soong, use LOCAL_EXPORT_C_INCLUDE_DIRS instead)
config.mk 821 # These will come from Soong, drop the environment versions
    [all...]
binary.mk 451 # soong defined modules already have done through this
471 # Modules from soong do not need this since the dependencies are already handled there.
486 endif # this module is not from soong
    [all...]

Completed in 211 milliseconds