• Home
  • Raw
  • Download

Lines Matching +full:build +full:- +full:shared +full:- +full:rel

32 		--outdir ${outDir}`,
41 --use_bundled_pylibs parse
42 -d ${package}
44 -o ${outDir}
55 --use_bundled_pylibs generate
56 -o ${outDir}
57 -I=${package}:${package}
58 -d ${package}
60 --bytecode_path=${templateDir}
61 --generators=${mojomGenerator}
62 --use_new_wrapper_types
100 if !strings.HasSuffix(in.Rel(), ".mojom") {
101 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
105 out := android.PathForModuleGen(ctx, in.Rel())
162 if !strings.HasSuffix(in.Rel(), ".mojom") {
163 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
167 srcRoot := strings.TrimSuffix(in.String(), in.Rel())
169 relStem := strings.TrimSuffix(in.Rel(), ".mojom")
233 // If true, set --use_once_callback flag to the generator.
238 // flags generates all needed flags for the build rule.
243 flags = append(flags, fmt.Sprintf("--typemap=%s", typemap.String()))
246 flags = append(flags, fmt.Sprintf("-I=%s:%s", include, include))
255 flags = append(flags, fmt.Sprintf("--gen_dir=%s", module.outDir.String()))
261 flags = append(flags, "--use_once_callback")
293 // generateBuildActions generates all the necessary build actions for the
306 if !strings.HasSuffix(in.Rel(), ".mojom") {
307 ctx.PropertyErrorf("srcs", "Source is not a .mojom file: %s", in.Rel())
310 relStem := strings.TrimSuffix(in.Rel(), ".mojom")
311 srcRoot := strings.TrimSuffix(in.String(), in.Rel())
361 generatedExtensions: []string{".mojom-shared.h", ".mojom-shared-internal.h"},
362 extraFlags: "--generate_non_variant_code",
365 generatedExtensions: []string{".mojom-shared-message-ids.h"},
366 extraFlags: "--generate_message_ids --generate_non_variant_code",
417 generatedExtensions: []string{".mojom-shared.cc"},
418 extraFlags: "--generate_non_variant_code",