/build/bazel/examples/apex/minimal/ |
D | README.md | 11 To build and install with soong: 13 m build.bazel.examples.apex.minimal && adb install out/target/product/emulator_x86_64/product/apex/… 16 To build and install with bazel: 18 …ild/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal && adb install bazel-bin/build/b… 21 The first time you try to install the apex, you will probably get this error: 24 adb: failed to install out/target/product/emulator_x86_64/product/apex/build.bazel.examples.apex.mi… 35 and then restarting the emulator. After you've done this once you can use the regular install comma…
|
/build/soong/java/ |
D | dexpreopt.go | 68 func (install *dexpreopterInstall) FullModuleName() string { 69 return install.moduleName + install.SubModuleName() 73 func (install *dexpreopterInstall) SubModuleName() string { 74 return "-dexpreopt-" + install.name 81 func (install dexpreopterInstall) ToMakeEntries() android.AndroidMkEntries { 84 OutputFile: android.OptionalPathForPath(install.outputPathOnHost), 87 entries.SetString("LOCAL_MODULE", install.FullModuleName()) 88 entries.SetString("LOCAL_MODULE_PATH", install.installDirOnDevice.String()) 89 entries.SetString("LOCAL_INSTALLED_MODULE_STEM", install.installFileOnDevice) 99 func (install dexpreopterInstall) PackageFile(ctx android.ModuleContext) android.PackagingSpec { [all …]
|
D | dexpreopt_bootjars.go | 619 for _, install := range profileInstalls { 620 packageFile(ctx, install) 945 for _, install := range image.installs { 946 packageFile(ctx, install) 949 for _, install := range image.vdexInstalls { 957 installPath, relDir, name := getModuleInstallPathInfo(ctx, install.To) 963 packageFile(ctx, install)
|
/build/soong/bin/ |
D | installmod | 52 echo adb $serial_device install ${@:1:$length} $_path 53 adb $serial_device install ${@:1:$length} $_path
|
/build/make/target/product/ |
D | runtime_libart.mk | 117 pm.dexopt.install?=speed-profile \ 118 pm.dexopt.install-fast?=skip \ 119 pm.dexopt.install-bulk?=speed-profile \ 120 pm.dexopt.install-bulk-secondary?=verify \ 121 pm.dexopt.install-bulk-downgraded?=verify \ 122 pm.dexopt.install-bulk-secondary-downgraded?=verify \
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 16 For documentation about how to install and use Go, 17 visit https://golang.org/ or load doc/install.html in your web browser. 20 doc/install.html by running godoc --http=:6060 21 and then visiting http://localhost:6060/doc/install.html. 34 from sources by running all.bash (see doc/install.html). 44 See doc/install.html for more details.
|
/build/soong/android/ |
D | makevars.go | 474 # Values written by Soong to generate install rules that can be amended by Kati. 484 for _, install := range installs { 488 fmt.Fprintf(buf, "%s: %s", install.to.String(), install.from.String()) 489 for _, dep := range install.implicitDeps { 492 if extraFiles := install.extraFiles; extraFiles != nil { 495 if len(install.orderOnlyDeps) > 0 { 498 for _, dep := range install.orderOnlyDeps { 504 if install.executable { 507 if extraFiles := install.extraFiles; extraFiles != nil { 510 …fmt.Fprintf(buf, "EXTRA_INSTALL_ZIPS += %s:%s:%s\n", install.to.String(), extraFiles.dir.String(),… [all …]
|
D | hooks.go | 154 h.install = append(h.install, hook) 179 if len(x.install) > 0 { 186 for _, x := range x.install { 196 install []func(InstallHookContext) member
|
/build/soong/rust/ |
D | fuzz.go | 132 func (fuzz *fuzzDecorator) install(ctx ModuleContext) { func 141 install := ruleBuilderInstall.To 145 install, ctx.Host(), ctx.InstallInVendor(), installBase, ctx.Arch().ArchType.String())) 150 …cc.SharedLibrarySymbolsInstallLocation(install, ctx.InstallInVendor(), installBase, ctx.Arch().Arc… 177 fuzz.binaryDecorator.baseCompiler.install(ctx)
|
D | benchmark.go | 114 func (benchmark *benchmarkDecorator) install(ctx ModuleContext) { func 131 benchmark.binaryDecorator.install(ctx)
|
D | test.go | 118 func (test *testDecorator) install(ctx ModuleContext) { func 193 test.binaryDecorator.install(ctx)
|
/build/make/core/ |
D | dex_preopt_libart.mk | 30 define vdex-shared-install-path 37 $(foreach v,$(1),$(call word-colon,1,$(v)):$(call vdex-shared-install-path,$(call word-colon,2,$(v)… 45 $(call vdex-shared-install-path,$(1)),\
|
D | dex_preopt.mk | 11 install-on-system-other = 13 install-on-system-other = $(filter-out $(PRODUCT_DEXPREOPT_SPEED_APPS) $(PRODUCT_SYSTEM_SERVER_APPS…
|
/build/soong/cc/ |
D | fuzz.go | 252 func (fuzzBin *fuzzBinary) install(ctx ModuleContext, file android.Path) { func 274 install := ruleBuilderInstall.To 277 install, ctx.Host(), ctx.inVendor(), installBase, ctx.Arch().ArchType.String())) 282 …SharedLibrarySymbolsInstallLocation(install, ctx.inVendor(), installBase, ctx.Arch().ArchType.Stri… 307 fuzzBin.binaryDecorator.baseInstaller.install(ctx, file) 526 install := ruleBuilderInstall.To 530 DestinationPath: install, 537 install, module.Host(), module.InVendor(), fuzzDir, archString) 555 …symbolsInstallDestination := SharedLibrarySymbolsInstallLocation(install, module.InVendor(), fuzzD…
|
D | installer.go | 101 func (installer *baseInstaller) install(ctx ModuleContext, file android.Path) { func
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 225 for _, install := range dexpreoptRule.Installs() { 226 installPath := installDir.Join(ctx, strings.TrimPrefix(install.To, "/")) 228 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
|
/build/soong/cc/symbolfile/ |
D | .gitignore | 95 # having no cross-platform support, pipenv may install dependencies that don't work, or not 96 # install all needed dependencies.
|
/build/soong/cc/ndkstubgen/ |
D | .gitignore | 95 # having no cross-platform support, pipenv may install dependencies that don't work, or not 96 # install all needed dependencies.
|
/build/soong/cc/ndk_api_coverage_parser/ |
D | .gitignore | 95 # having no cross-platform support, pipenv may install dependencies that don't work, or not 96 # install all needed dependencies.
|
/build/bazel/rules/ |
D | sh_binary.bzl | 4 "sub_dir": "Optional subdirectory to install into",
|
/build/make/tools/docker/ |
D | Dockerfile | 6 RUN apt-get update && apt-get install -y git-core gnupg flex bison gperf build-essential zip curl z…
|
/build/bazel/bazel_sandwich/ |
D | BUILD | 24 # generates it. (it's created implicitly by the rules that install actual files) Depending on it
|
/build/soong/provenance/provenance_metadata_proto/ |
D | provenance_metadata.proto | 35 // The install path of the artifact in filesystem images.
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 86 // and prerequisite to install the update correctly. 102 // The required device state in order to install the package.
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.proto | 95 // Indicates the delivery type for persistent install. 109 // Indicates the delivery type for instant install.
|