11cb0ef41Sopenharmony_ci'use strict' 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciasync function rebuild (gyp, argv) { 41cb0ef41Sopenharmony_ci gyp.todo.push( 51cb0ef41Sopenharmony_ci { name: 'clean', args: [] } 61cb0ef41Sopenharmony_ci , { name: 'configure', args: argv } 71cb0ef41Sopenharmony_ci , { name: 'build', args: [] } 81cb0ef41Sopenharmony_ci ) 91cb0ef41Sopenharmony_ci} 101cb0ef41Sopenharmony_ci 111cb0ef41Sopenharmony_cimodule.exports = rebuild 121cb0ef41Sopenharmony_cimodule.exports.usage = 'Runs "clean", "configure" and "build" all at once' 13