androidDirPath property

String androidDirPath

Implementation

String get androidDirPath {
  return p.canonicalize(p.join(configProjectDir, 'android'));
}