Home
last modified time | relevance | path

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

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java79 abstract Builder setNativeDirPath(Path nativeDirPath); in setNativeDirPath() method in BuildModuleCommand.Builder
93 flagParser.getFlagValueAsPath(NATIVE_DIR_FLAG).ifPresent(builder::setNativeDirPath); in fromFlags()