Home
last modified time | relevance | path

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

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java75 abstract Builder setResourcesDirPath(Path resourcesDirPath); in setResourcesDirPath() method in BuildModuleCommand.Builder
91 flagParser.getFlagValueAsPath(RESOURCES_DIR_FLAG).ifPresent(builder::setResourcesDirPath); in fromFlags()