Home
last modified time | relevance | path

Searched refs:ASSETS_DIR_FLAG (Results 1 – 1 of 1) sorted by relevance

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java39 private static final String ASSETS_DIR_FLAG = "assets-dir"; field in BuildModuleCommand
92 flagParser.getFlagValueAsPath(ASSETS_DIR_FLAG).ifPresent(builder::setAssetsDirPath); in fromFlags()
162 ASSETS_DIR_FLAG, in help()
193 System.out.printf("--%s: Path to the directory containing the assets.\n", ASSETS_DIR_FLAG); in help()