Home
last modified time | relevance | path

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

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java69 abstract Builder setManifestDirPath(Path manifestDirPath); in setManifestDirPath() method in BuildModuleCommand.Builder
88 flagParser.getFlagValueAsPath(MANIFEST_DIR_FLAG).ifPresent(builder::setManifestDirPath); in fromFlags()