Add support for API 15-19 system images.

This commit is contained in:
Yang Chen
2020-03-05 14:43:58 +11:00
committed by Yang
parent 4a949058e2
commit ede514c8c2
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MIN_API_LEVEL = 21;
exports.MIN_API_LEVEL = 15;
exports.VALID_TARGETS = ['default', 'google_apis'];
exports.VALID_ARCHS = ['x86', 'x86_64'];
function checkApiLevel(apiLevel) {