build function

void build(
  1. BuildParams arg
)

Implementation

void build(BuildParams arg) {
  buildForAndroid(arg);
}