Home
last modified time | relevance | path

Searched refs:PathForSource (Results 1 – 25 of 33) sorted by relevance

12

/aosp12/build/soong/android/
H A Drule_builder_test.go53 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 Dpaths_test.go840 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 Dconfig.go555 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 Djava_resources.go42 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 Dandroid_resources.go95 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String())
140 paths = append(paths, android.PathForSource(ctx, f))
H A Dhiddenapi_singleton.go184 …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 Dboot_jars.go39 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
H A Ddex.go222 android.PathForSource(ctx, "build/make/core/proguard.flags"),
234 r8Deps = append(r8Deps, android.PathForSource(ctx,
H A Dlint.go268 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 Dbase.go747 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 Dtoolchain_library.go84 return android.PathForSource(ctx, "")
87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
H A Dndk_prebuilt.go44 …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 Dndk_headers.go235 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies")
241 depsGlob[i] = android.PathForSource(
H A Dproto.go45 optionsPath := android.PathForSource(ctx, optionsFile)
H A Dstl.go243 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
H A Dpgo.go131 return android.OptionalPathForPath(android.PathForSource(ctx, versionedProfiles[0]))
H A Dlibrary_sdk_member.go297 src := android.PathForSource(sdkModuleContext, file)
/aosp12/system/tools/aidl/build/
H A Daidl_api.go288 …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 Ddexpreopt_gen.go148 moduleConfig.PreoptBootClassPathDexFiles[i] = android.PathForSource(ctx, *basePath+location)
152 v.Host = android.PathForSource(ctx, *basePath+v.Device)
/aosp12/build/soong/apex/
H A Ddeapexer.go126 Tool(android.PathForSource(ctx, "build/soong/scripts/unpack-prebuilt-apex.sh")).
H A Dbuilder.go260 …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 Dbuilder.go94 template := android.PathForSource(ctx, StubTemplateHost)
/aosp12/system/sepolicy/build/soong/
H A Dbuild_files.go68 result = append(result, android.PathForSource(ctx, f))
H A Dfilegroup.go124 result = append(result, android.PathForSource(ctx, f))
/aosp12/build/soong/java/config/
H A Dconfig.go259 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))

12