/aosp12/build/soong/android/ |
H A D | rule_builder_test.go | 53 Tool(PathForSource(ctx, "ld")). 79 Tool(PathForSource(ctx, "ln")). 105 Tool(PathForSource(ctx, "cp")). 106 Input(PathForSource(ctx, "a")). 109 Tool(PathForSource(ctx, "cp")). 132 Tool(PathForSource(ctx, "cp")). 133 Input(PathForSource(ctx, "a")). 136 Tool(PathForSource(ctx, "cp")). 162 Tool(PathForSource(ctx, "ld")). 181 Tool(PathForSource(ctx, "ld")). [all …]
|
H A D | paths_test.go | 840 PathForSource(ctx, "a.txt"), 841 PathForSource(ctx, "a/txt"), 842 PathForSource(ctx, "a/b/c"), 843 PathForSource(ctx, "a/b/d"), 844 PathForSource(ctx, "b"), 845 PathForSource(ctx, "b/b.txt"), 846 PathForSource(ctx, "a/a.txt"), 1403 p := PathForSource(ctx, "source/path") 1411 PathForSource(ctx, "source/path"),
|
H A D | config.go | 555 return PathForSource(ctx, "prebuilts/build-tools", c.PrebuiltOS(), "bin", tool) 751 return PathForSource(ctx, filepath.Dir(defaultCert)) 753 return PathForSource(ctx, "build/make/target/product/security") 759 return PathForSource(ctx, defaultCert+".x509.pem"), PathForSource(ctx, defaultCert+".pk8") 774 return PathForSource(ctx, filepath.Dir(defaultCert))
|
/aosp12/build/soong/java/ |
H A D | java_resources.go | 42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil) 55 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
|
H A D | android_resources.go | 95 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String()) 140 paths = append(paths, android.PathForSource(ctx, f))
|
H A D | hiddenapi_singleton.go | 184 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-flags.c… 195 …inputPath := android.PathForSource(ctx, ctx.Config().PrebuiltHiddenApiDir(ctx), "hiddenapi-index.c…
|
H A D | boot_jars.go | 39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
|
H A D | dex.go | 222 android.PathForSource(ctx, "build/make/core/proguard.flags"), 234 r8Deps = append(r8Deps, android.PathForSource(ctx,
|
H A D | lint.go | 268 android.PathForSource(ctx, "build/soong/java/lint_defaults.txt")) 408 …annotationsZipPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/annotations.zip… 409 apiVersionsXMLPath = android.PathForSource(ctx, apiVersionsPrebuilt)
|
H A D | base.go | 747 android.PathForSource(ctx, java8Home, "jre/lib/jce.jar"), 748 android.PathForSource(ctx, java8Home, "jre/lib/rt.jar")) 751 android.PathForSource(ctx, java8Home, "lib/tools.jar")) 1211 android.PathForSource(ctx, "build/make/core/proguard.jacoco.flags"))
|
/aosp12/build/soong/cc/ |
H A D | toolchain_library.go | 84 return android.PathForSource(ctx, "") 87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
|
H A D | ndk_prebuilt.go | 44 …return android.PathForSource(ctx, fmt.Sprintf("prebuilts/ndk/current/platforms/android-%s/arch-%s/… 157 return android.PathForSource(ctx, libDir).Join(ctx, ctx.Arch().Abi[0])
|
H A D | ndk_headers.go | 235 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies") 241 depsGlob[i] = android.PathForSource(
|
H A D | proto.go | 45 optionsPath := android.PathForSource(ctx, optionsFile)
|
H A D | stl.go | 243 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
|
H A D | pgo.go | 131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
|
H A D | library_sdk_member.go | 297 src := android.PathForSource(sdkModuleContext, file)
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_api.go | 288 …messageFile := android.PathForSource(ctx, "system/tools/aidl/build/message_check_compatibility.txt… 297 messageFile := android.PathForSource(ctx, "system/tools/aidl/build/message_check_equality.txt") 300 …messageFile = android.PathForSource(ctx, "system/tools/aidl/build/message_check_equality_release.t… 317 messageFile := android.PathForSource(ctx, "system/tools/aidl/build/message_check_integrity.txt")
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location) 152 v.Host = android.PathForSource(ctx, *basePath+v.Device)
|
/aosp12/build/soong/apex/ |
H A D | deapexer.go | 126 Tool(android.PathForSource(ctx, "build/soong/scripts/unpack-prebuilt-apex.sh")).
|
H A D | builder.go | 260 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts… 708 …ndkLibraryList := android.PathForSource(ctx, "system/core/rootdir/etc/public.libraries.android.txt… 711 Tool(android.PathForSource(ctx, "build/soong/scripts/gen_ndk_backedby_apex.sh")).
|
/aosp12/build/soong/python/ |
H A D | builder.go | 94 template := android.PathForSource(ctx, StubTemplateHost)
|
/aosp12/system/sepolicy/build/soong/ |
H A D | build_files.go | 68 result = append(result, android.PathForSource(ctx, f))
|
H A D | filegroup.go | 124 result = append(result, android.PathForSource(ctx, f))
|
/aosp12/build/soong/java/config/ |
H A D | config.go | 259 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))
|