Home
last modified time | relevance | path

Searched refs:PathsForModuleSrc (Results 1 – 25 of 43) sorted by relevance

12

/build/soong/multitree/
Dimport.go76 ifg.srcs = android.PathsForModuleSrc(ctx, []string{"."})
/build/soong/rust/
Dprebuilt.go149 …prebuilt.flagExporter.exportLinkDirs(android.PathsForModuleSrc(ctx, prebuilt.Properties.Link_dirs)…
206 …prebuilt.flagExporter.exportLinkDirs(android.PathsForModuleSrc(ctx, prebuilt.Properties.Link_dirs)…
Dprotobuf.go74 protoFiles := android.PathsForModuleSrc(ctx, proto.Properties.Protos)
75 grpcFiles := android.PathsForModuleSrc(ctx, proto.Properties.Grpc_protos)
Dtest.go144 dataSrcPaths := android.PathsForModuleSrc(ctx, test.Properties.Data)
/build/soong/java/
Dfuzz.go93 …j.fuzzPackagedModule.Corpus = android.PathsForModuleSrc(ctx, j.fuzzPackagedModule.FuzzProperties.C…
96 …j.fuzzPackagedModule.Data = android.PathsForModuleSrc(ctx, j.fuzzPackagedModule.FuzzProperties.Dat…
Ddroiddoc.go288 aidlIncludes := android.PathsForModuleSrc(ctx, j.properties.Aidl.Local_include_dirs)
442 j.sourcepaths = android.PathsForModuleSrc(ctx, []string{"."})
454 var paths = android.PathsForModuleSrc(ctx, []string{label})
631 …Implicits(android.PathsForModuleSrc(ctx, []string{filepath.Join(d.properties.Html_dirs[0], "**/*")…
637 …Implicits(android.PathsForModuleSrc(ctx, []string{filepath.Join(d.properties.Html_dirs[1], "**/*")…
644 knownTags := android.PathsForModuleSrc(ctx, d.properties.Knowntags)
863 d.deps = android.PathsForModuleSrc(ctx, []string{filepath.Join(path, "**/*")})
Djava_resources.go54 …excludeFiles = append(excludeFiles, android.PathsForModuleSrc(ctx, excludeResourceFiles).Strings()…
Drobolectric.go142 r.data = android.PathsForModuleSrc(ctx, r.testProperties.Data)
232 for _, data := range android.PathsForModuleSrc(ctx, r.testProperties.Data) {
428 files := android.PathsForModuleSrc(ctx, r.props.Jars)
Ddex.go195 for _, f := range android.PathsForModuleSrc(ctx, d.dexProperties.Main_dex_rules) {
289 flagFiles = append(flagFiles, android.PathsForModuleSrc(ctx, opt.Proguard_flags_files)...)
Daar.go183 resourceZips := android.PathsForModuleSrc(ctx, a.aaptProperties.Resource_zips)
318 additionalManifests := android.PathsForModuleSrc(ctx, a.aaptProperties.Additional_manifests)
581 android.PathsForModuleSrc(ctx, a.dexProperties.Optimize.Proguard_flags_files)...)
/build/soong/android/
Dprebuilt_build_tool.go61 deps := PathsForModuleSrc(ctx, t.properties.Deps)
Dlicense.go119 …commonProperties.Effective_license_text, m.properties.Package_name, PathsForModuleSrc(ctx, m.prope…
Dproto.go71 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs)
/build/soong/android_sdk/
Dsdk_repo_host.go138 for _, zip := range android.PathsForModuleSrc(ctx, s.properties.Merge_zips) {
148 for _, src := range android.PathsForModuleSrc(ctx, s.properties.Srcs) {
/build/soong/cc/
Dtest_data_test.go176 test.data = android.PathsForModuleSrc(ctx, test.Properties.Data)
Dcompiler.go365 localIncludeDirs := android.PathsForModuleSrc(ctx, compiler.Properties.Local_include_dirs)
567 …localAidlIncludeDirs := android.PathsForModuleSrc(ctx, compiler.Properties.Aidl.Local_include_dirs)
683 android.PathsForModuleSrc(ctx, compiler.Properties.Tidy_disabled_srcs),
684 android.PathsForModuleSrc(ctx, compiler.Properties.Tidy_timeout_srcs),
Dtest.go361 dataSrcPaths := android.PathsForModuleSrc(ctx, test.Properties.Data)
407 …test.extraTestConfigs = android.PathsForModuleSrc(ctx, test.Properties.Test_options.Extra_test_con…
599 benchmark.data = android.PathsForModuleSrc(ctx, benchmark.Properties.Data)
Dfuzz.go259 …fuzzPackagedModule.Corpus = android.PathsForModuleSrc(ctx, fuzzPackagedModule.FuzzProperties.Corpu…
270 fuzzPackagedModule.Data = android.PathsForModuleSrc(ctx, fuzzPackagedModule.FuzzProperties.Data)
Dlibrary.go709 return android.PathsForModuleSrc(ctx, f.Properties.Target.Vendor.Override_export_include_dirs)
712 return android.PathsForModuleSrc(ctx, f.Properties.Target.Product.Override_export_include_dirs)
714 return android.PathsForModuleSrc(ctx, f.Properties.Export_include_dirs)
721 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl…
729 …f.systemDirs = append(f.systemDirs, android.PathsForModuleSrc(ctx, f.Properties.Export_system_incl…
1342 srcs := android.PathsForModuleSrc(ctx, library.StaticProperties.Static.Srcs)
1344 android.PathsForModuleSrc(ctx, library.StaticProperties.Static.Tidy_disabled_srcs),
1345 android.PathsForModuleSrc(ctx, library.StaticProperties.Static.Tidy_timeout_srcs),
1348 srcs := android.PathsForModuleSrc(ctx, library.SharedProperties.Shared.Srcs)
1350 android.PathsForModuleSrc(ctx, library.SharedProperties.Shared.Tidy_disabled_srcs),
[all …]
/build/soong/sysprop/
Dsysprop_library.go86 for _, syspropFile := range android.PathsForModuleSrc(ctx, g.properties.Srcs) {
245 for _, syspropFile := range android.PathsForModuleSrc(ctx, m.properties.Srcs) {
267 Inputs(android.PathsForModuleSrc(ctx, m.properties.Srcs))
/build/soong/etc/
Dsnapshot_etc_test.go56 s.deps = android.PathsForModuleSrc(ctx, s.properties.Deps)
/build/soong/kernel/
Dprebuilt_kernel_modules.go74 modules := android.PathsForModuleSrc(ctx, pkm.properties.Srcs)
/build/soong/filesystem/
Davb_add_hash_footer.go122 imagePaths := android.PathsForModuleSrc(ctx, a.properties.Include_descriptors_from_images)
/build/soong/python/
Dtest.go152 for _, dataSrcPath := range android.PathsForModuleSrc(ctx, p.testProperties.Data) {
/build/soong/bpf/
Dbpf.go175 srcs := android.PathsForModuleSrc(ctx, bpf.properties.Srcs)

12