Skip to content

Commit 283779b

Browse files
authored
fix: allow google_apis_ps16k as a valid target
Fixes #403
1 parent f2bf410 commit 283779b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input-validator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export const MIN_API_LEVEL = 15;
22
export const VALID_TARGETS: Array<string> = [
33
'default',
44
'google_apis',
5+
'google_apis_ps16k',
56
'aosp_atd',
67
'google_atd',
78
'google_apis_playstore',

0 commit comments

Comments
 (0)