return;
builder.get_logger().log("files", "Traversing %s", platforms_dir.str());
- supported_api_levels = 0;
for(const string &p: list_filtered(platforms_dir, "^android-[1-9][0-9]*$"))
{
unsigned api = lexical_cast<unsigned>(p.substr(8));
Msp::FS::Path root;
/* Needs refactoring if API levels go over 63. At present rate this will
take decades to occur. */
- uint64_t supported_api_levels;
+ uint64_t supported_api_levels = 0;
AndroidDevKit(Builder &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
~AndroidDevKit() { }