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,4 +1,4 @@
export const MIN_API_LEVEL = 21;
export const MIN_API_LEVEL = 15;
export const VALID_TARGETS: Array<string> = ['default', 'google_apis'];
export const VALID_ARCHS: Array<string> = ['x86', 'x86_64'];