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

1 2 3 4 5 6 7 8910

  /art/test/
run-test 421 # soong linux_bionic builds are 64bit only.
426 host_lib_root=$OUT_DIR/soong/host/linux_bionic-x86
    [all...]
  /build/make/core/
java_common.mk 270 # and manually add back the core libs. The ones that don't are in soong
299 # Note: the lib naming scheme must be kept in sync with build/soong/java/sdk_library.go.
envsetup.mk 289 SOONG_OUT_DIR := $(OUT_DIR)/soong
    [all...]
  /build/soong/cc/
compiler.go 24 "android/soong/android"
25 "android/soong/cc/config"
310 // typical Soong approach would be to only make the headers for the
linker.go 18 "android/soong/android"
19 "android/soong/cc/config"
484 "-from 'SOONG BUILD NUMBER PLACEHOLDER' -v $buildNumberFromFile",
library.go 27 "android/soong/android"
28 "android/soong/cc/config"
29 "android/soong/genrule"
90 // (in Make or Soong).
194 // other soong cc modules using the header_libs property. For best practices,
    [all...]
androidmk.go 23 "android/soong/android"
299 // Soong installation is only supported for host modules. Have Make
300 // installation trigger Soong installation.
binary.go 22 "android/soong/android"
48 // (in Make or Soong).
cc.go 28 "android/soong/android"
29 "android/soong/cc/config"
30 "android/soong/genrule"
75 pctx.Import("android/soong/cc/config")
    [all...]
  /build/soong/java/
androidmk.go 22 "android/soong/android"
91 // TODO(ccross): remove this once droiddoc is in soong
288 // Reverse the order, Soong stores rroDirs in aapt2 order (low to high priority), but Make
hiddenapi_singleton.go 18 "android/soong/android"
app_test.go 18 "android/soong/android"
19 "android/soong/cc"
droiddoc.go 18 "android/soong/android"
19 "android/soong/java/config"
255 // resources output directory under out/soong/.intermediates.
    [all...]
  /build/soong/python/
python.go 29 "android/soong/android"
99 // this property name is hidden from users' perspectives, and soong will populate it during
  /build/soong/zip/
zip.go 36 "android/soong/jar"
37 "android/soong/third_party/zip"
zip_test.go 26 "android/soong/third_party/zip"
  /build/soong/cc/config/
arm_device.go 21 "android/soong/android"
  /build/soong/cmd/soong_build/
writedocs.go 18 "android/soong/android"
265 <H1>Soong Modules Reference</H1>
266 The latest versions of Android use the Soong build system, which greatly simplifies build
268 files for the Soong build system.
270 <table class="module_types" summary="Table of Soong module types sorted by package">
  /build/soong/genrule/
genrule_test.go 24 "android/soong/android"
  /build/soong/android/
config.go 37 const configFileName = "soong.config"
38 const productVariablesFileName = "soong.variables"
308 inMakeFile := filepath.Join(buildDir, ".soong.in_make")
module.go 430 // "android/soong/android"
717 suffix = "-soong"
    [all...]
  /build/soong/apex/
apex_test.go 25 "android/soong/android"
26 "android/soong/cc"
27 "android/soong/java"
    [all...]
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 23 "android/soong/bpfix/bpfix"
362 // WARNING: Module tags are not supported in Soong.
378 // WARNING: Module tags are not supported in Soong.
381 // WARNING: Module tags are not supported in Soong.
  /build/soong/dexpreopt/
config.go 22 "android/soong/android"
177 // LoadGlobalConfig reads the global dexpreopt.config file into a GlobalConfig struct. It is used directly in Soong
223 // LoadModuleConfig reads a per-module dexpreopt.config file into a ModuleConfig struct. It is not used in Soong, which
  /build/soong/cmd/dep_fixer/
deps_test.go 193 _, err = io.WriteString(tmpfile, `out/soong/.intermediates/external/ninja/ninja/linux_glibc_x86_64/obj/external/ninja/src/ninja.o: \

Completed in 499 milliseconds

1 2 3 4 5 6 7 8910