public function android()
 {
     $build_type = BuildType::find(self::BUILD_ANDROID_TYPE_ID);
     $this->layout->labels = $build_type->labels;
     $this->layout->ios_page = false;
     $this->layout->build_type = $build_type->slug;
 }