Home | History | Annotate | Download | only in internal

Lines Matching defs:flavor

24     final String flavor = getFlavor(config);
37 res = FileFsFile.from(buildOutputDir, "data-binding-layout-out", flavor, type);
40 res = FileFsFile.from(buildOutputDir, "res", "merged", flavor, type);
42 res = FileFsFile.from(buildOutputDir, "res", flavor, type);
44 res = FileFsFile.from(buildOutputDir, "bundles", flavor, type, "res");
51 assets = FileFsFile.from(buildOutputDir, "assets", flavor, type);
53 assets = FileFsFile.from(buildOutputDir, "bundles", flavor, type, "assets");
61 manifest = FileFsFile.from(buildOutputDir, "manifests", "full", flavor, abiSplit, type, manifestName);
64 manifest = FileFsFile.from(buildOutputDir, "manifests", "aapt", flavor, abiSplit, type, manifestName);
66 manifest = FileFsFile.from(buildOutputDir, "bundles", flavor, abiSplit, type, manifestName);
100 return ReflectionHelpers.getStaticField(config.constants(), "FLAVOR");